mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 21:43:54 +00:00
vc6 workaround
[SVN r21007]
This commit is contained in:
parent
8c01469b3c
commit
cc282d81c0
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user