mirror of
https://github.com/boostorg/regex.git
synced 2025-07-14 21:06:38 +02:00
Improve regex performance on msvc by removing statically allocated recursion stack, and using a std::vector instead.
[SVN r59414]
This commit is contained in:
@ -100,6 +100,9 @@ int handle_argument(const std::string& what)
|
||||
#endif
|
||||
#ifdef BOOST_HAS_PCRE
|
||||
time_pcre = true;
|
||||
#endif
|
||||
#ifdef BOOST_HAS_XPRESSIVE
|
||||
time_xpressive = true;
|
||||
#endif
|
||||
}
|
||||
else if(what == "-test-matches")
|
||||
|
Reference in New Issue
Block a user