From 9fccd1ca89f314dd9479dda1642e1090ea5381ea Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 25 Sep 2013 21:12:55 +0000 Subject: [PATCH] Regex: Remove ATL specific define for old MSVC. [SVN r85913] --- include/boost/regex/mfc.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: