mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 22:32:09 +02:00
Changed boost/regex/detail to boost/regex/v3
[SVN r16184]
This commit is contained in:
@ -35,8 +35,8 @@
|
|||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <boost/cregex.hpp>
|
#include <boost/cregex.hpp>
|
||||||
#include <boost/regex/regex_traits.hpp>
|
#include <boost/regex/regex_traits.hpp>
|
||||||
#include <boost/regex/detail/regex_synch.hpp>
|
#include <boost/regex/v3/regex_synch.hpp>
|
||||||
#include <boost/regex/detail/regex_cstring.hpp>
|
#include <boost/regex/v3/regex_cstring.hpp>
|
||||||
#include <boost/scoped_array.hpp>
|
#include <boost/scoped_array.hpp>
|
||||||
|
|
||||||
#include "primary_transform.hpp"
|
#include "primary_transform.hpp"
|
||||||
@ -1059,3 +1059,4 @@ std::size_t BOOST_REGEX_CALL c_regex_traits<wchar_t>::strwiden(wchar_t *s1, std:
|
|||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include <list>
|
#include <list>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <boost/regex/regex_traits.hpp>
|
#include <boost/regex/regex_traits.hpp>
|
||||||
#include <boost/regex/detail/regex_synch.hpp>
|
#include <boost/regex/v3/regex_synch.hpp>
|
||||||
|
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
@ -554,3 +554,4 @@ BOOST_REGEX_DECL wchar_t wide_lower_case_map[] = {
|
|||||||
} // namespace re_detail
|
} // namespace re_detail
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#if !defined(BOOST_NO_STD_STRING)
|
#if !defined(BOOST_NO_STD_STRING)
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <boost/regex/detail/fileiter.hpp>
|
#include <boost/regex/v3/fileiter.hpp>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
@ -655,3 +655,4 @@ basic_string<char>::replace<const char*>(char* f1, char* f2, const char* i1, con
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include <climits>
|
#include <climits>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <boost/regex/detail/fileiter.hpp>
|
#include <boost/regex/v3/fileiter.hpp>
|
||||||
|
|
||||||
#ifndef BOOST_REGEX_NO_FILEITER
|
#ifndef BOOST_REGEX_NO_FILEITER
|
||||||
|
|
||||||
@ -900,3 +900,4 @@ bool _fi_FindClose(_fi_find_handle dat)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#include <crtdbg.h>
|
#include <crtdbg.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/regex/detail/regex_raw_buffer.hpp>
|
#include <boost/regex/v3/regex_raw_buffer.hpp>
|
||||||
#include <boost/regex.hpp>
|
#include <boost/regex.hpp>
|
||||||
|
|
||||||
#ifndef BOOST_RE_OLD_IOSTREAM
|
#ifndef BOOST_RE_OLD_IOSTREAM
|
||||||
@ -216,3 +216,4 @@ debug_guard::~debug_guard()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#define BOOST_REGEX_SOURCE
|
#define BOOST_REGEX_SOURCE
|
||||||
|
|
||||||
#include <boost/regex/detail/regex_synch.hpp>
|
#include <boost/regex/v3/regex_synch.hpp>
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
namespace re_detail{
|
namespace re_detail{
|
||||||
@ -67,3 +67,4 @@ BOOST_REGEX_DECL unsigned int re_lock_count = 0;
|
|||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,13 +27,13 @@
|
|||||||
#include <list>
|
#include <list>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <boost/cregex.hpp>
|
|
||||||
#include <boost/regex/regex_traits.hpp>
|
#include <boost/regex/regex_traits.hpp>
|
||||||
#include <boost/regex/detail/regex_synch.hpp>
|
#if defined(_WIN32) && !defined(BOOST_REGEX_NO_W32)
|
||||||
#include <boost/regex/detail/regex_cstring.hpp>
|
#include <boost/cregex.hpp>
|
||||||
|
#include <boost/regex/v3/regex_synch.hpp>
|
||||||
|
#include <boost/regex/v3/regex_cstring.hpp>
|
||||||
#include <boost/scoped_array.hpp>
|
#include <boost/scoped_array.hpp>
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(BOOST_REGEX_NO_W32)
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// VC6 needs to link to user32.lib, as do all compilers that
|
// VC6 needs to link to user32.lib, as do all compilers that
|
||||||
@ -1101,3 +1101,4 @@ unsigned short w32_regex_traits<wchar_t>::wide_unicode_classes[] = {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user