mirror of
https://github.com/boostorg/regex.git
synced 2025-07-05 08:36:31 +02:00
Merged regex-4 branch.
[SVN r18430]
This commit is contained in:
@ -30,8 +30,13 @@
|
||||
#include <boost/regex/regex_traits.hpp>
|
||||
#if defined(_WIN32) && !defined(BOOST_REGEX_NO_W32)
|
||||
#include <boost/cregex.hpp>
|
||||
#ifdef BOOST_REGEX_V3
|
||||
#include <boost/regex/v3/regex_synch.hpp>
|
||||
#include <boost/regex/v3/regex_cstring.hpp>
|
||||
#else
|
||||
#include <boost/regex/v4/regex_synch.hpp>
|
||||
#include <boost/regex/v4/regex_cstring.hpp>
|
||||
#endif
|
||||
#include <boost/scoped_array.hpp>
|
||||
|
||||
|
||||
@ -1102,3 +1107,4 @@ unsigned short w32_regex_traits<wchar_t>::wide_unicode_classes[] = {
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user