aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-01 12:32:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-01 12:32:02 +0200
commitc55878df67c400d9ac940ee2d8dbd6e922af5ac3 (patch)
tree4301fc0f7323294ac60b8d464769667ea0efe7b9 /schema
parent8994eaab313bdec57ba38032f8adf9e05cc6d166 (diff)
Resolve tr1/std::shared_ptr ambiguities
Diffstat (limited to 'schema')
-rw-r--r--schema/custom/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/custom/driver.cxx b/schema/custom/driver.cxx
index f405004..6c02f99 100644
--- a/schema/custom/driver.cxx
+++ b/schema/custom/driver.cxx
@@ -20,6 +20,8 @@ using namespace odb::core;
int
main (int argc, char* argv[])
{
+ using tr1::shared_ptr;
+
try
{
auto_ptr<database> db (create_database (argc, argv));