From aebf86bbe5908f869dbb46f5cf360c36b178fc36 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 7 Sep 2002 10:47:06 +0000 Subject: [PATCH] removed MSVC warning suppression - it causes the compiler to ICE under some conditions [SVN r15195] --- include/boost/regex/detail/regex_match.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/boost/regex/detail/regex_match.hpp b/include/boost/regex/detail/regex_match.hpp index 6f2f25fa..a1b2e992 100644 --- a/include/boost/regex/detail/regex_match.hpp +++ b/include/boost/regex/detail/regex_match.hpp @@ -289,11 +289,6 @@ bool query_match_aux(iterator first, _priv_match_data& pd, iterator* restart) { -# ifdef BOOST_MSVC -# pragma warning(push) -# pragma warning(disable: 4127) -#endif - typedef access_t access; if(e.flags() & regbase::failbit) @@ -1047,9 +1042,6 @@ bool query_match_aux(iterator first, // if we get to here then everything has failed // and no match was found: return false; -# ifdef BOOST_MSVC -# pragma warning(pop) -#endif } #if defined(BOOST_REGEX_NO_TEMPLATE_SWITCH_MERGE) } // namespace