From 0b62e429f8e51451be816dcce25860d9c6e5fb51 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Jun 2013 12:45:50 +0200 Subject: Qualify name to work around VC++ bug --- odb/boost/optional/wrapper-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') diff --git a/odb/boost/optional/wrapper-traits.hxx b/odb/boost/optional/wrapper-traits.hxx index 127fdff..45a9eaf 100644 --- a/odb/boost/optional/wrapper-traits.hxx +++ b/odb/boost/optional/wrapper-traits.hxx @@ -24,7 +24,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