From 02e8d8116c01594716323fc6e03ede7094699d5c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Nov 2011 14:01:40 +0200 Subject: Qualify details namespace with odb to help buggy VC++ --- odb/wrapper-traits.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/wrapper-traits.hxx') diff --git a/odb/wrapper-traits.hxx b/odb/wrapper-traits.hxx index f0686e7..60ebce6 100644 --- a/odb/wrapper-traits.hxx +++ b/odb/wrapper-traits.hxx @@ -89,7 +89,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; @@ -137,7 +137,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