mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Added dec alpha fix for missing LC_MESSAGES category
[SVN r10418]
This commit is contained in:
@ -76,9 +76,10 @@ full list of macros and their usage.
|
|||||||
#define BOOST_RE_PLATFORM_W32
|
#define BOOST_RE_PLATFORM_W32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __MWERKS__
|
#if defined(__MWERKS__) || defined(__DECCXX)
|
||||||
// no std::maessages facet
|
// no std::messages facet
|
||||||
#define BOOST_RE_NO_MESSAGES
|
#define BOOST_RE_NO_MESSAGES
|
||||||
|
#define BOOST_RE_NO_CAT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
|
Reference in New Issue
Block a user