Ticket #1381: regex_token_iterator.hpp.patch

File regex_token_iterator.hpp.patch, 686 bytes (added by m.champlon@…, 15 years ago)
  • regex_token_iterator.hpp

    RCS file: /cvsroot/boost/boost/boost/regex/v4/regex_token_iterator.hpp,v
    retrieving revision 1.33
    diff -u -r1.33 regex_token_iterator.hpp
     
    312312   return regex_token_iterator<typename std::basic_string<charT, ST, SA>::const_iterator, charT, traits>(p.begin(), p.end(), e, submatch, m);
    313313}
    314314
    315 #if BOOST_WORKAROUND(BOOST_MSVC, == 1310)
     315#if BOOST_WORKAROUND(BOOST_MSVC, > 1300)
    316316#  pragma warning(pop)
    317317#endif
    318318#ifdef BOOST_HAS_ABI_HEADERS