mirror of
https://github.com/boostorg/regex.git
synced 2025-07-12 11:56:37 +02:00
Fixed spelling of "BOOST" - basically a enormous cut and paste error!
[SVN r19581]
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#endif
|
||||
#include <boost/regex/v4/match_flags.hpp>
|
||||
|
||||
#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 <vector>
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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<T> {};
|
||||
} // namespace re_detail
|
||||
} // namespace boost
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <new>
|
||||
#include <boost/regex/v4/regex_synch.hpp>
|
||||
|
||||
#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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <boost/regex/v4/iterator_category.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#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
|
||||
|
||||
|
@ -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<BidiIterator, Allocator, traits, Allocator2>::find_restart_lit
|
||||
#ifdef __BORLANDC__
|
||||
# pragma option pop
|
||||
#endif
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include <new>
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_PREFIX
|
||||
#endif
|
||||
#ifdef __BORLANDC__
|
||||
@ -1239,7 +1239,7 @@ bool perl_matcher<BidiIterator, Allocator, traits, Allocator2>::unwind_non_greed
|
||||
#ifdef __BORLANDC__
|
||||
#pragma option pop
|
||||
#endif
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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<BidiIterator, Allocator, traits, Allocator2>::backtrack_till_m
|
||||
#ifdef __BORLANDC__
|
||||
#pragma option pop
|
||||
#endif
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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<charT, traits, Allocator>::fail(unsigned in
|
||||
#ifdef __BORLANDC__
|
||||
#pragma option pop
|
||||
#endif
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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<charT> regex_format(const match_results<Iterator, Allocator>&
|
||||
return result;
|
||||
}
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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<std::basic_string
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
namespace boost{
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_PREFIX
|
||||
#endif
|
||||
|
||||
@ -152,7 +152,7 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
namespace boost{
|
||||
namespace re_detail{
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_PREFIX
|
||||
#endif
|
||||
|
||||
@ -98,7 +98,7 @@ kmp_info<charT>* 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
|
||||
|
||||
|
@ -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<wchar_t>& s,
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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<charT> regex_merge(const std::basic_string<charT>& s,
|
||||
return regex_replace(s, e, fmt, flags);
|
||||
}
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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<Allocator>::insert(size_type pos, size_type n
|
||||
return result;
|
||||
}
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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<charT> regex_replace(const std::basic_string<charT>& s,
|
||||
return result;
|
||||
}
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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<wchar_t>& s,
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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<T, Allocator>::~jstack()
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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<charT>
|
||||
#error No default localisation model defined
|
||||
#endif
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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<BidiIterator>::operator unsigned int()const
|
||||
|
||||
} // namespace boost
|
||||
|
||||
#ifdef BOST_HAS_ABI_HEADERS
|
||||
#ifdef BOOST_HAS_ABI_HEADERS
|
||||
# include BOOST_ABI_SUFFIX
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user