summaryrefslogtreecommitdiff
path: root/boost/move/detail/unique_ptr_meta_utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/move/detail/unique_ptr_meta_utils.hpp')
-rw-r--r--boost/move/detail/unique_ptr_meta_utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/move/detail/unique_ptr_meta_utils.hpp b/boost/move/detail/unique_ptr_meta_utils.hpp
index 33720683de..ac270a8fc0 100644
--- a/boost/move/detail/unique_ptr_meta_utils.hpp
+++ b/boost/move/detail/unique_ptr_meta_utils.hpp
@@ -397,7 +397,7 @@ struct pointer_type_imp
template <class T, class D>
struct pointer_type_imp<T, D, false>
{
- typedef typename remove_extent<T>::type* type;
+ typedef T* type;
};
template <class T, class D>