mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
compiler specific fixes (mostly MWCW)
[SVN r8032]
This commit is contained in:
@ -72,6 +72,12 @@ Do not change this file unless you really really have to, add options to
|
||||
#if (defined(__WIN32__) || defined(_WIN32) || defined(WIN32)) && !defined(__GNUC__)
|
||||
#define BOOST_RE_PLATFORM_W32
|
||||
#endif
|
||||
|
||||
#ifdef __MWERKS__
|
||||
// no std::maessages facet
|
||||
#define BOOST_RE_NO_MESSAGES
|
||||
#endif
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
|
||||
#if __BORLANDC__ < 0x500
|
||||
|
Reference in New Issue
Block a user