aboutsummaryrefslogtreecommitdiff
path: root/odb/boost
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-03 14:01:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-03 14:01:40 +0200
commit70308e154b9af35beaeb0157ad4b59a91bfa5daf (patch)
tree0b492a97898cda0e8c737f5a5171dbe8b9b7b2a2 /odb/boost
parent7149e01a1e3b8e8e2b6eca65b5da35500d83b88f (diff)
Qualify details namespace with odb to help buggy VC++1.7.0.a1
Diffstat (limited to 'odb/boost')
-rw-r--r--odb/boost/smart-ptr/wrapper-traits.hxx2
1 files changed, 1 insertions, 1 deletions
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<T>::result
+ typename odb::details::meta::remove_const<T>::result
unrestricted_wrapped_type;
static const bool null_handler = true;