aboutsummaryrefslogtreecommitdiff
path: root/view
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 /view
parent8994eaab313bdec57ba38032f8adf9e05cc6d166 (diff)
Resolve tr1/std::shared_ptr ambiguities
Diffstat (limited to 'view')
-rw-r--r--view/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/driver.cxx b/view/driver.cxx
index 8003152..9f692d1 100644
--- a/view/driver.cxx
+++ b/view/driver.cxx
@@ -19,6 +19,8 @@ using namespace odb::core;
int
main (int argc, char* argv[])
{
+ using tr1::shared_ptr;
+
try
{
auto_ptr<database> db (create_database (argc, argv));