From 2a429f33bbeffa388fd6c266e1c88a9f188256c5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Nov 2011 14:01:41 +0200 Subject: Qualify details namespace with odb to help buggy VC++ --- odb/qt/smart-ptr/wrapper-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/qt/smart-ptr/wrapper-traits.hxx b/odb/qt/smart-ptr/wrapper-traits.hxx index 6faf34b..35e7d16 100644 --- a/odb/qt/smart-ptr/wrapper-traits.hxx +++ b/odb/qt/smart-ptr/wrapper-traits.hxx @@ -26,7 +26,7 @@ namespace odb // T can be const. // typedef - typename details::meta::remove_const::result + typename odb::details::meta::remove_const::result unrestricted_wrapped_type; static const bool null_handler = true; -- cgit v1.1