mirror of
https://github.com/boostorg/regex.git
synced 2025-07-15 21:32:18 +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)
|
||||
// no std::messages facet
|
||||
#define BOOST_RE_NO_MESSAGES
|
||||
#endif
|
||||
|
||||
#if defined(__MSL__) || defined(__DECCXX)
|
||||
#define BOOST_RE_NO_CAT
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user