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)