forked from boostorg/iterator
Fix vc7.1 workaround. Beman reports vc8 working on this case.
[SVN r21228]
This commit is contained in:
@ -124,7 +124,7 @@ namespace boost
|
|||||||
transform_iterator(
|
transform_iterator(
|
||||||
transform_iterator<OtherUnaryFunction, OtherIterator, OtherReference, OtherValue> const& t
|
transform_iterator<OtherUnaryFunction, OtherIterator, OtherReference, OtherValue> const& t
|
||||||
, typename enable_if_convertible<OtherIterator, Iterator>::type* = 0
|
, typename enable_if_convertible<OtherIterator, Iterator>::type* = 0
|
||||||
#if 1 // !BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1310))
|
#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1310))
|
||||||
, typename enable_if_convertible<OtherUnaryFunction, UnaryFunction>::type* = 0
|
, typename enable_if_convertible<OtherUnaryFunction, UnaryFunction>::type* = 0
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user