From 07165840b9dced3dc0c48d9ab4a24b54c5cdacfb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Feb 2011 10:46:15 +0200 Subject: Resolve ambiguity between boost:: and std:: shared_ptr VC++ 10 already has C++-0x bits in pieces on by default. --- boost/driver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boost/driver.cxx') diff --git a/boost/driver.cxx b/boost/driver.cxx index 39f9c2a..99ce69a 100644 --- a/boost/driver.cxx +++ b/boost/driver.cxx @@ -21,6 +21,8 @@ using namespace odb::core; int main (int argc, char* argv[]) { + using boost::shared_ptr; + try { auto_ptr db (create_database (argc, argv)); -- cgit v1.1