Removed auto-selection of no-recursive implementation - it's not ready yet!

[SVN r18132]
This commit is contained in:
John Maddock
2003-03-30 10:27:50 +00:00
parent d80d6ffc09
commit 6d54921a1b

View File

@ -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