Fixed typo

[SVN r21240]
This commit is contained in:
Dave Abrahams
2003-12-12 16:42:51 +00:00
parent c1be620888
commit 44757cfcc1

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 !BOOST_WORKAROUND(BOOST_MSVC, <= 1310))
#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1310)
, typename enable_if_convertible<OtherUnaryFunction, UnaryFunction>::type* = 0
#endif
)