mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 06:12:10 +02:00
Regex: Remove ATL specific define for old MSVC.
[SVN r85913]
This commit is contained in:
@ -31,13 +31,9 @@ typedef match_results<TCHAR const*> tmatch;
|
|||||||
typedef regex_iterator<TCHAR const*> tregex_iterator;
|
typedef regex_iterator<TCHAR const*> tregex_iterator;
|
||||||
typedef regex_token_iterator<TCHAR const*> tregex_token_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_PARAM class B, bool b
|
||||||
#define SIMPLE_STRING_ARG_LIST B, 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:
|
// define regex creation functions:
|
||||||
|
Reference in New Issue
Block a user