forked from boostorg/regex
updated regex directory structure
[SVN r9765]
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#ifndef BOOST_RE_CREGEX_HPP
|
||||
#define BOOST_RE_CREGEX_HPP
|
||||
|
||||
#include <boost/re_detail/regex_config.hpp>
|
||||
#include <boost/regex/detail/regex_config.hpp>
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
#if __BORLANDC__ == 0x530
|
||||
|
@ -39,16 +39,16 @@
|
||||
#endif
|
||||
|
||||
#include <new>
|
||||
#include <boost/re_detail/regex_config.hpp>
|
||||
#include <boost/regex/detail/regex_config.hpp>
|
||||
#if !defined(BOOST_RE_NO_TYPEINFO)
|
||||
#include <typeinfo>
|
||||
#endif
|
||||
#include <cstring>
|
||||
#include <boost/re_detail/regex_stack.hpp>
|
||||
#include <boost/re_detail/regex_raw_buffer.hpp>
|
||||
#include <boost/re_detail/regex_kmp.hpp>
|
||||
#include <boost/pattern_except.hpp>
|
||||
#include <boost/regex_traits.hpp>
|
||||
#include <boost/regex/detail/regex_stack.hpp>
|
||||
#include <boost/regex/detail/regex_raw_buffer.hpp>
|
||||
#include <boost/regex/detail/regex_kmp.hpp>
|
||||
#include <boost/regex/pattern_except.hpp>
|
||||
#include <boost/regex/regex_traits.hpp>
|
||||
#include <boost/type_traits/cv_traits.hpp>
|
||||
|
||||
|
||||
@ -1475,7 +1475,7 @@ iterator BOOST_RE_CALL re_is_set_member(iterator next,
|
||||
|
||||
} // namespace boost
|
||||
|
||||
#include <boost/re_detail/regex_compile.hpp>
|
||||
#include <boost/regex/detail/regex_compile.hpp>
|
||||
|
||||
namespace boost{
|
||||
|
||||
@ -1491,9 +1491,9 @@ typedef match_results<const wchar_t*> wcmatch;
|
||||
|
||||
} // namespace boost
|
||||
|
||||
#include <boost/re_detail/regex_match.hpp>
|
||||
#include <boost/re_detail/regex_format.hpp>
|
||||
#include <boost/re_detail/regex_split.hpp>
|
||||
#include <boost/regex/detail/regex_match.hpp>
|
||||
#include <boost/regex/detail/regex_format.hpp>
|
||||
#include <boost/regex/detail/regex_split.hpp>
|
||||
|
||||
|
||||
#endif // __cplusplus
|
||||
|
@ -25,7 +25,7 @@
|
||||
#ifndef BOOST_RE_FILEITER_HPP
|
||||
#define BOOST_RE_FILEITER_HPP
|
||||
|
||||
#include <boost/re_detail/regex_config.hpp>
|
||||
#include <boost/regex/detail/regex_config.hpp>
|
||||
|
||||
#if (defined(__CYGWIN__) || defined(__CYGWIN32__)) && !defined(BOOST_RE_NO_W32)
|
||||
#error "Sorry, can't mix <windows.h> with STL code and gcc compiler: if you ran configure, try again with configure --disable-ms-windows"
|
@ -34,11 +34,12 @@ and Microsoft Visual C++ should be auto-recognised and configured. The HP aCC an
|
||||
SunPro C++ compiler should also be supported - but run configure for best results.
|
||||
The SGI, HP, Microsoft and Rogue Wave STL's should be auto-recognised and configured.
|
||||
Do not change this file unless you really really have to, add options to
|
||||
<boost/re_detail/_opt.h> instead. See <jm_opt.h> for a full list of macros and their usage.
|
||||
<boost/regex/detail/regex_options.hpp> instead. See <regex_options.hpp> for a
|
||||
full list of macros and their usage.
|
||||
|
||||
************************************************************************/
|
||||
|
||||
#include <boost/re_detail/regex_options.hpp>
|
||||
#include <boost/regex/detail/regex_options.hpp>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <cstdlib>
|
||||
@ -160,7 +161,7 @@ Do not change this file unless you really really have to, add options to
|
||||
#define BOOST_RE_IX_DECL __declspec( dllimport )
|
||||
#endif
|
||||
#endif
|
||||
#include <boost/re_detail/regex_library_include.hpp>
|
||||
#include <boost/regex/detail/regex_library_include.hpp>
|
||||
|
||||
#include <cwchar>
|
||||
#include <cwctype>
|
||||
@ -228,7 +229,7 @@ Do not change this file unless you really really have to, add options to
|
||||
#define BOOST_RE_IX_DECL __declspec( dllimport )
|
||||
#endif
|
||||
#endif
|
||||
#include <boost/re_detail/regex_library_include.hpp>
|
||||
#include <boost/regex/detail/regex_library_include.hpp>
|
||||
|
||||
#endif
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define BOOST_REGEX_CSTRING_HPP
|
||||
|
||||
#ifndef BOOST_REGEX_CONFIG_HPP
|
||||
#include <boost/re_detail/regex_config.hpp>
|
||||
#include <boost/regex/detail/regex_config.hpp>
|
||||
#endif
|
||||
|
||||
#include <cstring>
|
@ -26,7 +26,7 @@
|
||||
#define BOOST_REGEX_KMP_HPP
|
||||
|
||||
#ifdef BOOST_REGEX_CONFIG_HPP
|
||||
#include <boost/re_detail/regex_config.hpp>
|
||||
#include <boost/regex/detail/regex_config.hpp>
|
||||
#endif
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define BOOST_REGEX_RAW_BUFFER_HPP
|
||||
|
||||
#ifndef BOOST_REGEX_CONFIG_HPP
|
||||
#include <boost/re_detail/regex_config.hpp>
|
||||
#include <boost/regex/detail/regex_config.hpp>
|
||||
#endif
|
||||
|
||||
namespace boost{
|
@ -26,10 +26,10 @@
|
||||
#define BOOST_REGEX_STACK_HPP
|
||||
|
||||
#ifndef BOOST_REGEX_CONFIG_HPP
|
||||
#include <boost/re_detail/regex_config.hpp>
|
||||
#include <boost/regex/detail/regex_config.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_RAW_BUFFER_HPP
|
||||
#include <boost/re_detail/regex_raw_buffer.hpp>
|
||||
#include <boost/regex/detail/regex_raw_buffer.hpp>
|
||||
#endif
|
||||
|
||||
namespace boost{
|
@ -26,7 +26,7 @@
|
||||
#define BOOST_REGEX_SYNCH_HPP
|
||||
|
||||
#ifndef BOOST_REGEX_CONFIG_HPP
|
||||
#include <boost/re_detail/regex_config.hpp>
|
||||
#include <boost/regex/detail/regex_config.hpp>
|
||||
#endif
|
||||
|
||||
#if defined(BOOST_RE_PLATFORM_W32) && defined(BOOST_RE_THREADS)
|
@ -23,7 +23,7 @@
|
||||
#ifndef BOOST_RE_PAT_EXCEPT_HPP
|
||||
#define BOOST_RE_PAT_EXCEPT_HPP
|
||||
|
||||
#include <boost/re_detail/regex_config.hpp>
|
||||
#include <boost/regex/detail/regex_config.hpp>
|
||||
|
||||
namespace boost{
|
||||
|
@ -24,7 +24,7 @@
|
||||
#define BOOST_REGEX_TRAITS_HPP
|
||||
|
||||
#include <boost/cregex.hpp>
|
||||
#include <boost/re_detail/regex_cstring.hpp>
|
||||
#include <boost/regex/detail/regex_cstring.hpp>
|
||||
|
||||
namespace boost{
|
||||
|
Reference in New Issue
Block a user