We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d528574 commit 083c6f5Copy full SHA for 083c6f5
1 file changed
include/boost/algorithm/string/detail/finder.hpp
@@ -622,8 +622,6 @@ namespace boost {
622
{
623
#if BOOST_WORKAROUND( __MWERKS__, <= 0x3003 )
624
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());
627
#else
628
return m_Range;
629
#endif
0 commit comments