forked from boostorg/regex
Added some missing std:: prefixes and fixed Metroworks 7 support
[SVN r10464]
This commit is contained in:
@ -76,7 +76,7 @@ full list of macros and their usage.
|
||||
#define BOOST_RE_PLATFORM_W32
|
||||
#endif
|
||||
|
||||
#if defined(__MWERKS__) || defined(__DECCXX)
|
||||
#if (defined(__MSL_CPP__) && __MSL_CPP__ < 0x6209) || defined(__DECCXX)
|
||||
// no std::messages facet
|
||||
#define BOOST_RE_NO_MESSAGES
|
||||
#define BOOST_RE_NO_CAT
|
||||
@ -297,10 +297,6 @@ full list of macros and their usage.
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#define BOOST_RE_NO_CAT
|
||||
#endif
|
||||
|
||||
#ifdef __SUNPRO_CC
|
||||
#if (__SUNPRO_CC < 0x500)
|
||||
#define BOOST_RE_NO_NAMESPACES
|
||||
|
Reference in New Issue
Block a user