aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-06-21 12:45:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-06-21 12:45:50 +0200
commit0b62e429f8e51451be816dcce25860d9c6e5fb51 (patch)
tree1526abe99d1cf88ca9cb9b55c54b4b97fd61997c
parentf0dd043800902bebaed06c9c61d8eeb4a8f716fe (diff)
Qualify name to work around VC++ bug
-rw-r--r--odb/boost/optional/wrapper-traits.hxx2
1 files changed, 1 insertions, 1 deletions
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<T>::result
+ typename odb::details::meta::remove_const<T>::result
unrestricted_wrapped_type;
static const bool null_handler = true;