summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/src/boost/type_traits/msvc/remove_extent.hpp')
-rw-r--r--3rdParty/Boost/src/boost/type_traits/msvc/remove_extent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/Boost/src/boost/type_traits/msvc/remove_extent.hpp b/3rdParty/Boost/src/boost/type_traits/msvc/remove_extent.hpp
index f87ec41..c5a59ef 100644
--- a/3rdParty/Boost/src/boost/type_traits/msvc/remove_extent.hpp
+++ b/3rdParty/Boost/src/boost/type_traits/msvc/remove_extent.hpp
@@ -32,7 +32,7 @@ namespace boost {
template<typename T>
struct remove_extent {
- typedef typename detail::remove_extent_impl_typeof<
+ typedef typename boost::detail::remove_extent_impl_typeof<
boost::is_array<T>::value
>::template inner<T,remove_extent<T> >::type type;
BOOST_MPL_AUX_LAMBDA_SUPPORT(1,remove_extent,T)