mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 06:12:10 +02:00
Change config so all msvc compatible compilers use the same algorithm.
This *might* make msvc builds binary compatible with Intel or Clang clients. See https://svn.boost.org/trac/boost/ticket/12233.
This commit is contained in:
@ -393,7 +393,7 @@ BOOST_REGEX_DECL void BOOST_REGEX_CALL reset_stack_guard_page();
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#if !defined(BOOST_REGEX_RECURSIVE) && !defined(BOOST_REGEX_NON_RECURSIVE)
|
#if !defined(BOOST_REGEX_RECURSIVE) && !defined(BOOST_REGEX_NON_RECURSIVE)
|
||||||
# if defined(BOOST_REGEX_HAS_MS_STACK_GUARD) && !defined(_STLP_DEBUG) && !defined(__STL_DEBUG) && !(defined(BOOST_MSVC) && (BOOST_MSVC >= 1400))
|
# if defined(BOOST_REGEX_HAS_MS_STACK_GUARD) && !defined(_STLP_DEBUG) && !defined(__STL_DEBUG) && !(defined(_MSC_VER) && (_MSC_VER >= 1400))
|
||||||
# define BOOST_REGEX_RECURSIVE
|
# define BOOST_REGEX_RECURSIVE
|
||||||
# else
|
# else
|
||||||
# define BOOST_REGEX_NON_RECURSIVE
|
# define BOOST_REGEX_NON_RECURSIVE
|
||||||
|
Reference in New Issue
Block a user