summaryrefslogtreecommitdiff
path: root/boost/serialization/wrapper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/serialization/wrapper.hpp')
-rw-r--r--boost/serialization/wrapper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/serialization/wrapper.hpp b/boost/serialization/wrapper.hpp
index eeb4333cac..6a2a730dde 100644
--- a/boost/serialization/wrapper.hpp
+++ b/boost/serialization/wrapper.hpp
@@ -41,7 +41,7 @@ struct is_wrapper_impl :
template<class T>
struct is_wrapper {
- typedef BOOST_DEDUCED_TYPENAME is_wrapper_impl<const T>::type type;
+ typedef typename is_wrapper_impl<const T>::type type;
};
} // serialization