mirror of
https://github.com/boostorg/regex.git
synced 2025-07-20 15:52:09 +02:00
Merged regex-4 branch.
[SVN r18430]
This commit is contained in:
@ -29,7 +29,11 @@
|
||||
#include <list>
|
||||
#include <cctype>
|
||||
#include <boost/regex/regex_traits.hpp>
|
||||
#ifdef BOOST_REGEX_V3
|
||||
#include <boost/regex/v3/regex_synch.hpp>
|
||||
#else
|
||||
#include <boost/regex/v4/regex_synch.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
namespace boost{
|
||||
@ -555,3 +559,4 @@ BOOST_REGEX_DECL wchar_t wide_lower_case_map[] = {
|
||||
} // namespace boost
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user