summaryrefslogtreecommitdiff
path: root/boost/archive/iterators/head_iterator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/archive/iterators/head_iterator.hpp')
-rw-r--r--boost/archive/iterators/head_iterator.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/archive/iterators/head_iterator.hpp b/boost/archive/iterators/head_iterator.hpp
index 7d39a35da0..2fdd475e11 100644
--- a/boost/archive/iterators/head_iterator.hpp
+++ b/boost/archive/iterators/head_iterator.hpp
@@ -42,8 +42,8 @@ private:
> super_t;
typedef head_iterator<Predicate, Base> this_t;
- typedef BOOST_DEDUCED_TYPENAME super_t::value_type value_type;
- typedef BOOST_DEDUCED_TYPENAME super_t::reference reference_type;
+ typedef super_t::value_type value_type;
+ typedef super_t::reference reference_type;
reference_type dereference_impl(){
if(! m_end){