diff --git a/include/boost/iterator/iterator_concepts.hpp b/include/boost/iterator/iterator_concepts.hpp index 3b0018c..e67d371 100644 --- a/include/boost/iterator/iterator_concepts.hpp +++ b/include/boost/iterator/iterator_concepts.hpp @@ -79,7 +79,7 @@ namespace boost_concepts { template < typename Iterator - , typename ValueType = typename boost::detail::iterator_traits::value_type + , typename ValueType = BOOST_DEDUCED_TYPENAME boost::detail::iterator_traits::value_type > class WritableIteratorConcept { public: