diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-03 14:01:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-03 14:01:40 +0200 |
commit | 70308e154b9af35beaeb0157ad4b59a91bfa5daf (patch) | |
tree | 0b492a97898cda0e8c737f5a5171dbe8b9b7b2a2 | |
parent | 7149e01a1e3b8e8e2b6eca65b5da35500d83b88f (diff) |
Qualify details namespace with odb to help buggy VC++1.7.0.a1
-rw-r--r-- | odb/boost/smart-ptr/wrapper-traits.hxx | 2 |
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; |