From c8ed5f2b74159d6c30b0deae3058ff789418abb9 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 26 Jul 2006 17:00:36 +0000 Subject: [PATCH] Disable new test for VC6. [SVN r34744] --- test/regress/test_regex_search.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/regress/test_regex_search.hpp b/test/regress/test_regex_search.hpp index a20d78da..af8182df 100644 --- a/test/regress/test_regex_search.hpp +++ b/test/regress/test_regex_search.hpp @@ -272,6 +272,7 @@ void test_regex_token_iterator(boost::basic_regex& r) // we should have had a match but didn't: BOOST_REGEX_TEST_ERROR("Expected match was not found.", charT); } +#if !BOOST_WORKAROUND(BOOST_MSVC, < 1300) // // and now both field splitting and $0: // @@ -341,6 +342,7 @@ void test_regex_token_iterator(boost::basic_regex& r) // we should have had a match but didn't: BOOST_REGEX_TEST_ERROR("Expected match was not found.", charT); } +#endif } template