From e84b7e25e1d6d8bb29c00cf95a646216e069deff Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 1 Nov 2007 17:16:41 +0000 Subject: [PATCH] Fix for http://svn.boost.org/trac/boost/ticket/1381. [SVN r40649] --- include/boost/regex/v4/regex_token_iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/v4/regex_token_iterator.hpp b/include/boost/regex/v4/regex_token_iterator.hpp index 3d99d148..4e8bc36f 100644 --- a/include/boost/regex/v4/regex_token_iterator.hpp +++ b/include/boost/regex/v4/regex_token_iterator.hpp @@ -319,7 +319,7 @@ inline regex_token_iterator::const_ite 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_MSVC