diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-03 14:01:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-03 14:01:41 +0200 |
commit | 2a429f33bbeffa388fd6c266e1c88a9f188256c5 (patch) | |
tree | cd21873caa3a55b6811a010ccdd7158bdc802b0e | |
parent | d01ec34c62ebae294de49aea92bb0496188e28bb (diff) |
Qualify details namespace with odb to help buggy VC++1.7.0.a1
-rw-r--r-- | odb/qt/smart-ptr/wrapper-traits.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/smart-ptr/wrapper-traits.hxx b/odb/qt/smart-ptr/wrapper-traits.hxx index 6faf34b..35e7d16 100644 --- a/odb/qt/smart-ptr/wrapper-traits.hxx +++ b/odb/qt/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; |