Fix vc7.1 workaround. Beman reports vc8 working on this case.

[SVN r21228]
This commit is contained in:
Dave Abrahams
2003-12-11 15:27:16 +00:00
parent 36d9a73a60
commit c1be620888

View File

@ -124,7 +124,7 @@ namespace boost
transform_iterator(
transform_iterator<OtherUnaryFunction, OtherIterator, OtherReference, OtherValue> const& t
, 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
#endif
)