mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Added fixes for tests which are unsupported on some platforms.
[SVN r19548]
This commit is contained in:
@ -88,7 +88,7 @@ void class_index::IndexClasses(const std::string& file)
|
||||
start = file.begin();
|
||||
end = file.end();
|
||||
base = start;
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, < 1300) && !defined(_STLP_VERSION)
|
||||
#if BOOST_WORKAROUND(_MSC_VER, < 1300) && !defined(_STLP_VERSION)
|
||||
boost::regex_grep(std::bind1st(std::mem_fun1(&class_index::grep_callback), this),
|
||||
start,
|
||||
end,
|
||||
|
Reference in New Issue
Block a user