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:46:57 +0200
commit763d095cc153873258c9ecd65e7d25e88d6322e4 (patch)
tree7aff92f58cd13d2da65bab1d74edecc606747f9a
parent64654174779a5a4f6163bca9164d65436dc5408c (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;