diff --git a/include/boost/regex/mfc.hpp b/include/boost/regex/mfc.hpp index 02502f95..5fe7f810 100644 --- a/include/boost/regex/mfc.hpp +++ b/include/boost/regex/mfc.hpp @@ -31,13 +31,9 @@ typedef match_results tmatch; typedef regex_iterator tregex_iterator; typedef regex_token_iterator tregex_token_iterator; -#if _MSC_VER >= 1310 +// Obsolete. Remove #define SIMPLE_STRING_PARAM class B, bool b #define SIMPLE_STRING_ARG_LIST B, b -#else -#define SIMPLE_STRING_PARAM class B -#define SIMPLE_STRING_ARG_LIST B -#endif // // define regex creation functions: