From 2e1ed31f341a3eabe1bcb82436747b5349de1f57 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 14 Aug 2003 10:22:05 +0000 Subject: [PATCH] Fixed spelling of "BOOST" - basically a enormous cut and paste error! [SVN r19581] --- include/boost/regex/pattern_except.hpp | 4 ++-- include/boost/regex/v4/basic_regex.hpp | 4 ++-- include/boost/regex/v4/cregex.hpp | 8 ++++---- include/boost/regex/v4/fileiter.hpp | 4 ++-- include/boost/regex/v4/instances.hpp | 4 ++-- include/boost/regex/v4/iterator_traits.hpp | 4 ++-- include/boost/regex/v4/match_results.hpp | 4 ++-- include/boost/regex/v4/mem_block_cache.hpp | 4 ++-- include/boost/regex/v4/perl_matcher.hpp | 4 ++-- include/boost/regex/v4/perl_matcher_common.hpp | 4 ++-- include/boost/regex/v4/perl_matcher_non_recursive.hpp | 4 ++-- include/boost/regex/v4/perl_matcher_recursive.hpp | 4 ++-- include/boost/regex/v4/regbase.hpp | 4 ++-- include/boost/regex/v4/regex_compile.hpp | 4 ++-- include/boost/regex/v4/regex_format.hpp | 4 ++-- include/boost/regex/v4/regex_grep.hpp | 4 ++-- include/boost/regex/v4/regex_iterator.hpp | 4 ++-- include/boost/regex/v4/regex_kmp.hpp | 4 ++-- include/boost/regex/v4/regex_match.hpp | 4 ++-- include/boost/regex/v4/regex_merge.hpp | 4 ++-- include/boost/regex/v4/regex_raw_buffer.hpp | 4 ++-- include/boost/regex/v4/regex_replace.hpp | 4 ++-- include/boost/regex/v4/regex_search.hpp | 4 ++-- include/boost/regex/v4/regex_split.hpp | 4 ++-- include/boost/regex/v4/regex_stack.hpp | 4 ++-- include/boost/regex/v4/regex_synch.hpp | 4 ++-- include/boost/regex/v4/regex_token_iterator.hpp | 4 ++-- include/boost/regex/v4/regex_traits.hpp | 4 ++-- include/boost/regex/v4/states.hpp | 4 ++-- include/boost/regex/v4/sub_match.hpp | 4 ++-- 30 files changed, 62 insertions(+), 62 deletions(-) diff --git a/include/boost/regex/pattern_except.hpp b/include/boost/regex/pattern_except.hpp index 6c050373..37bb8925 100644 --- a/include/boost/regex/pattern_except.hpp +++ b/include/boost/regex/pattern_except.hpp @@ -29,7 +29,7 @@ namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -54,7 +54,7 @@ public: ~bad_expression() throw(); }; -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/basic_regex.hpp b/include/boost/regex/v4/basic_regex.hpp index 3ab54297..7329720c 100644 --- a/include/boost/regex/v4/basic_regex.hpp +++ b/include/boost/regex/v4/basic_regex.hpp @@ -24,7 +24,7 @@ #ifndef BOOST_REGEX_V4_BASIC_REGEX_HPP #define BOOST_REGEX_V4_BASIC_REGEX_HPP -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -388,7 +388,7 @@ public: } // namespace boost -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/cregex.hpp b/include/boost/regex/v4/cregex.hpp index 8358b866..e83e03aa 100644 --- a/include/boost/regex/v4/cregex.hpp +++ b/include/boost/regex/v4/cregex.hpp @@ -29,7 +29,7 @@ #endif #include -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -160,7 +160,7 @@ typedef enum REG_E_UNKNOWN = 18 /* unknown error */ } reg_errcode_t; -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif @@ -177,7 +177,7 @@ typedef enum #include namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -264,7 +264,7 @@ public: friend struct re_detail::pred4; }; -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/fileiter.hpp b/include/boost/regex/v4/fileiter.hpp index 0ddf8488..f9051c4a 100644 --- a/include/boost/regex/v4/fileiter.hpp +++ b/include/boost/regex/v4/fileiter.hpp @@ -82,7 +82,7 @@ using std::list; namespace boost{ namespace re_detail{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -410,7 +410,7 @@ inline bool operator < (const directory_iterator&, const directory_iterator&) return false; } -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/instances.hpp b/include/boost/regex/v4/instances.hpp index bcee1b9b..b2d440ce 100644 --- a/include/boost/regex/v4/instances.hpp +++ b/include/boost/regex/v4/instances.hpp @@ -43,7 +43,7 @@ namespace boost{ #ifdef __BORLANDC__ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -57,7 +57,7 @@ template class BOOST_REGEX_DECL reg_expression< BOOST_REGEX_CHAR_T >; # pragma option pop # endif -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/iterator_traits.hpp b/include/boost/regex/v4/iterator_traits.hpp index 7ab19eca..2b721df1 100644 --- a/include/boost/regex/v4/iterator_traits.hpp +++ b/include/boost/regex/v4/iterator_traits.hpp @@ -23,7 +23,7 @@ #ifndef BOOST_REGEX_V4_ITERATOR_TRAITS_HPP #define BOOST_REGEX_V4_ITERATOR_TRAITS_HPP -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -99,7 +99,7 @@ struct regex_iterator_traits : public std::iterator_traits {}; } // namespace re_detail } // namespace boost -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/match_results.hpp b/include/boost/regex/v4/match_results.hpp index 3a0d7030..b8397335 100644 --- a/include/boost/regex/v4/match_results.hpp +++ b/include/boost/regex/v4/match_results.hpp @@ -23,7 +23,7 @@ #ifndef BOOST_REGEX_V4_MATCH_RESULTS_HPP #define BOOST_REGEX_V4_MATCH_RESULTS_HPP -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -313,7 +313,7 @@ std::ostream& operator << (std::ostream& os, } // namespace boost -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/mem_block_cache.hpp b/include/boost/regex/v4/mem_block_cache.hpp index 62dfe397..79a08bd0 100644 --- a/include/boost/regex/v4/mem_block_cache.hpp +++ b/include/boost/regex/v4/mem_block_cache.hpp @@ -25,7 +25,7 @@ #include #include -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -90,7 +90,7 @@ extern mem_block_cache block_cache; } } // namespace boost -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/perl_matcher.hpp b/include/boost/regex/v4/perl_matcher.hpp index 7fea54de..a45d6cc5 100644 --- a/include/boost/regex/v4/perl_matcher.hpp +++ b/include/boost/regex/v4/perl_matcher.hpp @@ -19,7 +19,7 @@ #include #include -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -426,7 +426,7 @@ private: } // namespace re_detail -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/perl_matcher_common.hpp b/include/boost/regex/v4/perl_matcher_common.hpp index e5d26ff2..f23d17a8 100644 --- a/include/boost/regex/v4/perl_matcher_common.hpp +++ b/include/boost/regex/v4/perl_matcher_common.hpp @@ -24,7 +24,7 @@ #ifndef BOOST_REGEX_V4_PERL_MATCHER_COMMON_HPP #define BOOST_REGEX_V4_PERL_MATCHER_COMMON_HPP -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -793,7 +793,7 @@ bool perl_matcher::find_restart_lit #ifdef __BORLANDC__ # pragma option pop #endif -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/perl_matcher_non_recursive.hpp b/include/boost/regex/v4/perl_matcher_non_recursive.hpp index 9e8929c5..edc977c0 100644 --- a/include/boost/regex/v4/perl_matcher_non_recursive.hpp +++ b/include/boost/regex/v4/perl_matcher_non_recursive.hpp @@ -26,7 +26,7 @@ #include -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif #ifdef __BORLANDC__ @@ -1239,7 +1239,7 @@ bool perl_matcher::unwind_non_greed #ifdef __BORLANDC__ #pragma option pop #endif -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/perl_matcher_recursive.hpp b/include/boost/regex/v4/perl_matcher_recursive.hpp index a237290f..ff66d98d 100644 --- a/include/boost/regex/v4/perl_matcher_recursive.hpp +++ b/include/boost/regex/v4/perl_matcher_recursive.hpp @@ -24,7 +24,7 @@ #ifndef BOOST_REGEX_V4_PERL_MATCHER_RECURSIVE_HPP #define BOOST_REGEX_V4_PERL_MATCHER_RECURSIVE_HPP -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif #ifdef __BORLANDC__ @@ -689,7 +689,7 @@ bool perl_matcher::backtrack_till_m #ifdef __BORLANDC__ #pragma option pop #endif -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regbase.hpp b/include/boost/regex/v4/regbase.hpp index 792dc8a7..8ecc427d 100644 --- a/include/boost/regex/v4/regbase.hpp +++ b/include/boost/regex/v4/regbase.hpp @@ -23,7 +23,7 @@ #ifndef BOOST_REGEX_V4_REGBASE_HPP #define BOOST_REGEX_V4_REGBASE_HPP -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -145,7 +145,7 @@ namespace regex_constants{ } // namespace boost -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_compile.hpp b/include/boost/regex/v4/regex_compile.hpp index a999656b..0e779594 100644 --- a/include/boost/regex/v4/regex_compile.hpp +++ b/include/boost/regex/v4/regex_compile.hpp @@ -25,7 +25,7 @@ #define BOOST_REGEX_COMPILE_HPP namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif #ifdef __BORLANDC__ @@ -2167,7 +2167,7 @@ void BOOST_REGEX_CALL reg_expression::fail(unsigned in #ifdef __BORLANDC__ #pragma option pop #endif -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_format.hpp b/include/boost/regex/v4/regex_format.hpp index 105a4560..a8384c87 100644 --- a/include/boost/regex/v4/regex_format.hpp +++ b/include/boost/regex/v4/regex_format.hpp @@ -28,7 +28,7 @@ namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -526,7 +526,7 @@ std::basic_string regex_format(const match_results& return result; } -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_grep.hpp b/include/boost/regex/v4/regex_grep.hpp index c15c0c13..6a6de608 100644 --- a/include/boost/regex/v4/regex_grep.hpp +++ b/include/boost/regex/v4/regex_grep.hpp @@ -26,7 +26,7 @@ namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -137,7 +137,7 @@ inline unsigned int regex_grep(bool (*foo)(const match_results* kmp_compile(iterator first, iterator last, charT, Trans transla return pinfo; } -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_match.hpp b/include/boost/regex/v4/regex_match.hpp index 9b0da41d..530b08b9 100644 --- a/include/boost/regex/v4/regex_match.hpp +++ b/include/boost/regex/v4/regex_match.hpp @@ -36,7 +36,7 @@ namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -169,7 +169,7 @@ inline bool regex_match(const std::basic_string& s, #endif -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_merge.hpp b/include/boost/regex/v4/regex_merge.hpp index a2805b71..42ea3ccb 100644 --- a/include/boost/regex/v4/regex_merge.hpp +++ b/include/boost/regex/v4/regex_merge.hpp @@ -28,7 +28,7 @@ namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -72,7 +72,7 @@ inline std::basic_string regex_merge(const std::basic_string& s, return regex_replace(s, e, fmt, flags); } -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_raw_buffer.hpp b/include/boost/regex/v4/regex_raw_buffer.hpp index 8e9987c6..1f518a68 100644 --- a/include/boost/regex/v4/regex_raw_buffer.hpp +++ b/include/boost/regex/v4/regex_raw_buffer.hpp @@ -32,7 +32,7 @@ namespace boost{ namespace re_detail{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -241,7 +241,7 @@ void* BOOST_REGEX_CALL raw_storage::insert(size_type pos, size_type n return result; } -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_replace.hpp b/include/boost/regex/v4/regex_replace.hpp index 7aced606..6cbb960a 100644 --- a/include/boost/regex/v4/regex_replace.hpp +++ b/include/boost/regex/v4/regex_replace.hpp @@ -28,7 +28,7 @@ namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -81,7 +81,7 @@ std::basic_string regex_replace(const std::basic_string& s, return result; } -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_search.hpp b/include/boost/regex/v4/regex_search.hpp index d806c2d4..91905a39 100644 --- a/include/boost/regex/v4/regex_search.hpp +++ b/include/boost/regex/v4/regex_search.hpp @@ -26,7 +26,7 @@ namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -187,7 +187,7 @@ inline bool regex_search(const std::basic_string& s, #endif -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_split.hpp b/include/boost/regex/v4/regex_split.hpp index 16c66e97..ef90c76f 100644 --- a/include/boost/regex/v4/regex_split.hpp +++ b/include/boost/regex/v4/regex_split.hpp @@ -27,7 +27,7 @@ namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -142,7 +142,7 @@ inline std::size_t regex_split(OutputIterator out, return regex_split(out, s, re_detail::get_default_expression(charT(0)), match_default, UINT_MAX); } -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_stack.hpp b/include/boost/regex/v4/regex_stack.hpp index b9fd3e1f..179e11e3 100644 --- a/include/boost/regex/v4/regex_stack.hpp +++ b/include/boost/regex/v4/regex_stack.hpp @@ -35,7 +35,7 @@ namespace boost{ namespace re_detail{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -208,7 +208,7 @@ jstack::~jstack() } } -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_synch.hpp b/include/boost/regex/v4/regex_synch.hpp index ac8ff7cf..6f7a5dc2 100644 --- a/include/boost/regex/v4/regex_synch.hpp +++ b/include/boost/regex/v4/regex_synch.hpp @@ -46,7 +46,7 @@ namespace boost{ namespace re_detail{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -197,7 +197,7 @@ BOOST_REGEX_DECL extern unsigned int re_lock_count; #endif // BOOST_HAS_THREADS -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_token_iterator.hpp b/include/boost/regex/v4/regex_token_iterator.hpp index 242d9095..b1d3a52f 100644 --- a/include/boost/regex/v4/regex_token_iterator.hpp +++ b/include/boost/regex/v4/regex_token_iterator.hpp @@ -40,7 +40,7 @@ namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif #if BOOST_WORKAROUND(BOOST_MSVC, > 1300) @@ -259,7 +259,7 @@ private: #if BOOST_WORKAROUND(BOOST_MSVC, == 1310) # pragma warning(pop) #endif -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/regex_traits.hpp b/include/boost/regex/v4/regex_traits.hpp index fb809f08..702857e7 100644 --- a/include/boost/regex/v4/regex_traits.hpp +++ b/include/boost/regex/v4/regex_traits.hpp @@ -32,7 +32,7 @@ namespace boost{ -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -794,7 +794,7 @@ class regex_traits : public cpp_regex_traits #error No default localisation model defined #endif -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/states.hpp b/include/boost/regex/v4/states.hpp index b9948f97..e5bea6f6 100644 --- a/include/boost/regex/v4/states.hpp +++ b/include/boost/regex/v4/states.hpp @@ -23,7 +23,7 @@ #ifndef BOOST_REGEX_V4_STATES_HPP #define BOOST_REGEX_V4_STATES_HPP -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -226,7 +226,7 @@ iterator BOOST_REGEX_CALL re_is_set_member(iterator next, } // namespace boost -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif diff --git a/include/boost/regex/v4/sub_match.hpp b/include/boost/regex/v4/sub_match.hpp index d67ab4eb..35e2b072 100644 --- a/include/boost/regex/v4/sub_match.hpp +++ b/include/boost/regex/v4/sub_match.hpp @@ -23,7 +23,7 @@ #ifndef BOOST_REGEX_V4_SUB_MATCH_HPP #define BOOST_REGEX_V4_SUB_MATCH_HPP -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif @@ -330,7 +330,7 @@ sub_match::operator unsigned int()const } // namespace boost -#ifdef BOST_HAS_ABI_HEADERS +#ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_SUFFIX #endif