forked from boostorg/regex
Minor regex config changes, fixed KMP search code.
[SVN r10115]
This commit is contained in:
@ -326,7 +326,7 @@ iterator_category(const debug_iterator<T>&) {
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#ifdef BOOST_MSVC
|
||||
#if (defined(BOOST_MSVC) || defined(__ICL)) && (defined(_YVALS) || defined(_CPPLIB_VER))
|
||||
namespace std{
|
||||
template <class T>
|
||||
inline random_access_iterator_tag __cdecl
|
||||
@ -370,3 +370,4 @@ typedef boost::reg_expression<char_t, boost::c_regex_traits<char_t>, jm_debug_al
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user