summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/src/boost/type_traits/msvc/remove_const.hpp')
-rw-r--r--3rdParty/Boost/src/boost/type_traits/msvc/remove_const.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/Boost/src/boost/type_traits/msvc/remove_const.hpp b/3rdParty/Boost/src/boost/type_traits/msvc/remove_const.hpp
index 5395e80..d370754 100644
--- a/3rdParty/Boost/src/boost/type_traits/msvc/remove_const.hpp
+++ b/3rdParty/Boost/src/boost/type_traits/msvc/remove_const.hpp
@@ -124,7 +124,7 @@ namespace boost {
template<typename T>
struct remove_const {
- typedef detail::remove_const_impl_typeof<
+ typedef boost::detail::remove_const_impl_typeof<
boost::is_pointer<T>::value,
boost::is_array<T>::value,
boost::is_const<T>::value,