aboutsummaryrefslogtreecommitdiff
path: root/odb/wrapper-traits.hxx
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
commit02e8d8116c01594716323fc6e03ede7094699d5c (patch)
tree60c2f537348749f47a7ec4ca55f412833b6c340a /odb/wrapper-traits.hxx
parent5b00b8d240ecbe126b22dd7792685690c72b33bd (diff)
Qualify details namespace with odb to help buggy VC++1.7.0.a1
Diffstat (limited to 'odb/wrapper-traits.hxx')
-rw-r--r--odb/wrapper-traits.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/wrapper-traits.hxx b/odb/wrapper-traits.hxx
index f0686e7..60ebce6 100644
--- a/odb/wrapper-traits.hxx
+++ b/odb/wrapper-traits.hxx
@@ -89,7 +89,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;
@@ -137,7 +137,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;