Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / spirit / home / classic / utility / impl / escape_char.ipp
index a592a49..6e19043 100644 (file)
@@ -166,7 +166,7 @@ namespace impl {
             return scan.no_match(); // overflow detected
         }
     };
-#if (defined(BOOST_MSVC) && (BOOST_MSVC <= 1310))
+#if defined(BOOST_MSVC)
 #pragma warning(pop)
 #endif