mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 05:42:15 +02:00
Fix bad patch I sent to John that makes Metrowerks compiles fail.
[SVN r10521]
This commit is contained in:
@ -79,6 +79,9 @@ full list of macros and their usage.
|
|||||||
#if (defined(__MSL_CPP__) && __MSL_CPP__ < 0x6209) || defined(__DECCXX)
|
#if (defined(__MSL_CPP__) && __MSL_CPP__ < 0x6209) || defined(__DECCXX)
|
||||||
// no std::messages facet
|
// no std::messages facet
|
||||||
#define BOOST_RE_NO_MESSAGES
|
#define BOOST_RE_NO_MESSAGES
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(__MSL__) || defined(__DECCXX)
|
||||||
#define BOOST_RE_NO_CAT
|
#define BOOST_RE_NO_CAT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user