Skip to content

Commit 083c6f5

Browse files
committed
Algorithm: Remove obsolete MSVC version checks.
[SVN r86024]
1 parent d528574 commit 083c6f5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/boost/algorithm/string/detail/finder.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,6 @@ namespace boost {
622622
{
623623
#if BOOST_WORKAROUND( __MWERKS__, <= 0x3003 )
624624
return iterator_range<const ForwardIterator2T>(this->m_Range);
625-
#elif BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
626-
return iterator_range<ForwardIterator2T>(m_Range.begin(), m_Range.end());
627625
#else
628626
return m_Range;
629627
#endif

0 commit comments

Comments
 (0)