From cc282d81c0fd252b8b60e0d1208ee9ed0135448a Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 29 Nov 2003 21:02:45 +0000 Subject: [PATCH] vc6 workaround [SVN r21007] --- include/boost/iterator/iterator_concepts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: