forked from boostorg/iterator
vc6 workaround
[SVN r21007]
This commit is contained in:
@ -79,7 +79,7 @@ namespace boost_concepts {
|
|||||||
|
|
||||||
template <
|
template <
|
||||||
typename Iterator
|
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 {
|
class WritableIteratorConcept {
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user