|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r85913 - trunk/boost/regex
From: steveire_at_[hidden]
Date: 2013-09-25 17:12:55
Author: skelly
Date: 2013-09-25 17:12:55 EDT (Wed, 25 Sep 2013)
New Revision: 85913
URL: http://svn.boost.org/trac/boost/changeset/85913
Log:
Regex: Remove ATL specific define for old MSVC.
Text files modified:
trunk/boost/regex/mfc.hpp | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
Modified: trunk/boost/regex/mfc.hpp
==============================================================================
--- trunk/boost/regex/mfc.hpp Wed Sep 25 17:12:40 2013 (r85912)
+++ trunk/boost/regex/mfc.hpp 2013-09-25 17:12:55 EDT (Wed, 25 Sep 2013) (r85913)
@@ -31,13 +31,9 @@
typedef regex_iterator<TCHAR const*> tregex_iterator;
typedef regex_token_iterator<TCHAR const*> 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:
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk