forked from boostorg/regex
stripped tabs from files
[SVN r21011]
This commit is contained in:
@ -557,7 +557,7 @@ void cpp_tests(const basic_regex<C, T, A>& e, bool recurse = true)
|
|||||||
unsigned int hl_match_id;
|
unsigned int hl_match_id;
|
||||||
|
|
||||||
bool
|
bool
|
||||||
#if defined(__BORLANDC__) || defined(BOOST_MSVC)
|
#if (defined(__BORLANDC__) || defined(BOOST_MSVC)) && !defined(BOOST_DISABLE_WIN32)
|
||||||
__cdecl
|
__cdecl
|
||||||
#endif
|
#endif
|
||||||
hl_grep_test_proc(const RegEx& e)
|
hl_grep_test_proc(const RegEx& e)
|
||||||
|
Reference in New Issue
Block a user