From 70308e154b9af35beaeb0157ad4b59a91bfa5daf 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/boost/smart-ptr/wrapper-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/boost/smart-ptr/wrapper-traits.hxx b/odb/boost/smart-ptr/wrapper-traits.hxx index de7ec9e..449113d 100644 --- a/odb/boost/smart-ptr/wrapper-traits.hxx +++ b/odb/boost/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