Index: 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 --- regex_token_iterator.hpp 24 Aug 2006 10:59:16 -0000 1.33 +++ regex_token_iterator.hpp 26 Oct 2007 11:23:07 -0000 @@ -312,7 +312,7 @@ return regex_token_iterator::const_iterator, charT, traits>(p.begin(), p.end(), e, submatch, m); } -#if BOOST_WORKAROUND(BOOST_MSVC, == 1310) +#if BOOST_WORKAROUND(BOOST_MSVC, > 1300) # pragma warning(pop) #endif #ifdef BOOST_HAS_ABI_HEADERS