From c55878df67c400d9ac940ee2d8dbd6e922af5ac3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Mar 2012 12:32:02 +0200 Subject: Resolve tr1/std::shared_ptr ambiguities --- schema/custom/driver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'schema/custom/driver.cxx') 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 db (create_database (argc, argv)); -- cgit v1.1