Minor regex config changes, fixed KMP search code.

[SVN r10115]
This commit is contained in:
John Maddock
2001-05-15 12:00:33 +00:00
parent f913683002
commit f466b2ad2a
3 changed files with 7 additions and 6 deletions

View File

@ -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