forked from boostorg/regex
Big workaround removal.
This commit is contained in:
@ -25,65 +25,24 @@
|
||||
|
||||
// what follows is all C++ don't include in C builds!!
|
||||
|
||||
#ifndef BOOST_REGEX_CONFIG_HPP
|
||||
#include <boost/regex/config.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_WORKAROUND_HPP
|
||||
#include <boost/regex/v5/regex_workaround.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef BOOST_REGEX_FWD_HPP
|
||||
#include <boost/regex_fwd.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_TRAITS_HPP
|
||||
#include <boost/regex/regex_traits.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_RAW_BUFFER_HPP
|
||||
#include <boost/regex/v5/error_type.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_MATCH_FLAGS
|
||||
#include <boost/regex/v5/match_flags.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_RAW_BUFFER_HPP
|
||||
#include <boost/regex/v5/regex_raw_buffer.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_RE_PAT_EXCEPT_HPP
|
||||
#include <boost/regex/pattern_except.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef BOOST_REGEX_V5_CHAR_REGEX_TRAITS_HPP
|
||||
#include <boost/regex/v5/char_regex_traits.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_STATES_HPP
|
||||
#include <boost/regex/v5/states.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_REGBASE_HPP
|
||||
#include <boost/regex/v5/regbase.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_ITERATOR_TRAITS_HPP
|
||||
#include <boost/regex/v5/iterator_traits.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_BASIC_REGEX_HPP
|
||||
#include <boost/regex/v5/basic_regex.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_BASIC_REGEX_CREATOR_HPP
|
||||
#include <boost/regex/v5/basic_regex_creator.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_BASIC_REGEX_PARSER_HPP
|
||||
#include <boost/regex/v5/basic_regex_parser.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_SUB_MATCH_HPP
|
||||
#include <boost/regex/v5/sub_match.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_FORMAT_HPP
|
||||
#include <boost/regex/v5/regex_format.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_MATCH_RESULTS_HPP
|
||||
#include <boost/regex/v5/match_results.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_MATCHER_HPP
|
||||
#include <boost/regex/v5/perl_matcher.hpp>
|
||||
#endif
|
||||
|
||||
namespace boost{
|
||||
#ifdef BOOST_REGEX_NO_FWD
|
||||
@ -101,30 +60,15 @@ typedef match_results<std::wstring::const_iterator> wsmatch;
|
||||
#endif
|
||||
|
||||
} // namespace boost
|
||||
#ifndef BOOST_REGEX_MATCH_HPP
|
||||
|
||||
#include <boost/regex/v5/regex_match.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_REGEX_SEARCH_HPP
|
||||
#include <boost/regex/v5/regex_search.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_ITERATOR_HPP
|
||||
#include <boost/regex/v5/regex_iterator.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_TOKEN_ITERATOR_HPP
|
||||
#include <boost/regex/v5/regex_token_iterator.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_REGEX_GREP_HPP
|
||||
#include <boost/regex/v5/regex_grep.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_REGEX_REPLACE_HPP
|
||||
#include <boost/regex/v5/regex_replace.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_V5_REGEX_MERGE_HPP
|
||||
#include <boost/regex/v5/regex_merge.hpp>
|
||||
#endif
|
||||
#ifndef BOOST_REGEX_SPLIT_HPP
|
||||
#include <boost/regex/v5/regex_split.hpp>
|
||||
#endif
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
|
Reference in New Issue
Block a user