mirror of
https://github.com/boostorg/regex.git
synced 2025-07-15 05:16:37 +02:00
Added check to prevent macro redeffinition
[SVN r19360]
This commit is contained in:
@ -114,7 +114,7 @@
|
||||
// If Win32 support has been disabled for boost in general, then
|
||||
// it is for regex in particular:
|
||||
//
|
||||
#ifdef BOOST_DISABLE_WIN32
|
||||
#if defined(BOOST_DISABLE_WIN32) && !defined(BOOST_REGEX_NO_W32)
|
||||
# define BOOST_REGEX_NO_W32
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user