diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/bulk/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bulk/driver.cxx b/common/bulk/driver.cxx index a6ae973..06bd06c 100644 --- a/common/bulk/driver.cxx +++ b/common/bulk/driver.cxx @@ -32,7 +32,7 @@ template <typename I, #ifndef _RWSTD_NO_CLASS_PARTIAL_SPEC typename T = typename iterator_traits<I>::value_type #else - typename T = typename details::meta::remove_pointer<I>::result + typename T = typename odb::details::meta::remove_pointer<I>::result #endif > struct element_traits; |