forked from boostorg/regex
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)
|
#if !defined(BOOST_REGEX_RECURSIVE) && !defined(BOOST_REGEX_NON_RECURSIVE)
|
||||||
# ifdef BOOST_REGEX_HAS_MS_STACK_GUARD
|
# ifdef BOOST_REGEX_HAS_MS_STACK_GUARD
|
||||||
# define BOOST_REGEX_RECURSIVE
|
# define BOOST_REGEX_RECURSIVE
|
||||||
|
Reference in New Issue
Block a user