mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Removed auto-selection of no-recursive implementation - it's not ready yet!
[SVN r18132]
This commit is contained in:
@ -438,6 +438,12 @@ void raise_error(const traits& t, unsigned code)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef BOOST_REGEX_NON_RECURSIVE
|
||||
// non-recursive mode is currently too fragile to
|
||||
// auto-select, this will be removed before release:
|
||||
# define BOOST_REGEX_RECURSIVE
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_REGEX_RECURSIVE) && !defined(BOOST_REGEX_NON_RECURSIVE)
|
||||
# ifdef BOOST_REGEX_HAS_MS_STACK_GUARD
|
||||
# define BOOST_REGEX_RECURSIVE
|
||||
|
Reference in New Issue
Block a user