summaryrefslogtreecommitdiff
path: root/boost/interprocess/detail/pointer_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/interprocess/detail/pointer_type.hpp')
-rw-r--r--boost/interprocess/detail/pointer_type.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/interprocess/detail/pointer_type.hpp b/boost/interprocess/detail/pointer_type.hpp
index 7c45be085e..549b23fa6c 100644
--- a/boost/interprocess/detail/pointer_type.hpp
+++ b/boost/interprocess/detail/pointer_type.hpp
@@ -61,11 +61,11 @@ template <class T, class D>
struct pointer_type
{
typedef typename pointer_type_imp::pointer_type<T,
- typename ipcdetail::remove_reference<D>::type>::type type;
+ typename remove_reference<D>::type>::type type;
};
} //namespace ipcdetail {
-} //namespace interprocess {
+} //namespace interprocess {
} //namespace boost {
#include <boost/interprocess/detail/config_end.hpp>