From a042a0b6de53b464b5096bff8d1cb06605147769 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 9 Oct 2001 11:25:43 +0000 Subject: [PATCH] Removed spurious MSVC pragma [SVN r11369] --- include/boost/regex/detail/regex_match.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/regex/detail/regex_match.hpp b/include/boost/regex/detail/regex_match.hpp index 52278c48..2f9cfa1c 100644 --- a/include/boost/regex/detail/regex_match.hpp +++ b/include/boost/regex/detail/regex_match.hpp @@ -1051,10 +1051,6 @@ namespace{ template unsigned int reg_grep2(Predicate foo, I first, I last, const reg_expression& e, unsigned flags, A2 a) { -#ifdef BOOST_MSVC -# pragma warning(push) -# pragma warning(disable: 4800) -#endif typedef access_t access; if(e.flags() & regbase::failbit)