diff options
-rw-r--r-- | odb/tr1/wrapper-traits.hxx | 2 | ||||
-rw-r--r-- | odb/wrapper-traits.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/odb/tr1/wrapper-traits.hxx b/odb/tr1/wrapper-traits.hxx index f8a9f6c..72f08ba 100644 --- a/odb/tr1/wrapper-traits.hxx +++ b/odb/tr1/wrapper-traits.hxx @@ -29,7 +29,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; 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; |