vc6 workaround

[SVN r21007]
This commit is contained in:
Dave Abrahams 2003-11-29 21:02:45 +00:00
parent 8c01469b3c
commit cc282d81c0

View File

@ -79,7 +79,7 @@ namespace boost_concepts {
template <
typename Iterator
, typename ValueType = typename boost::detail::iterator_traits<Iterator>::value_type
, typename ValueType = BOOST_DEDUCED_TYPENAME boost::detail::iterator_traits<Iterator>::value_type
>
class WritableIteratorConcept {
public: