Home
last modified time | relevance | path

Searched refs:count_errors (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/lambda/test/
Dconstructor_tests.cpp216 int count_errors = 0; in test_news_and_deletes() local
218 std::for_each(i, i+10, (*_1 == 2) || ++var(count_errors)); in test_news_and_deletes()
219 BOOST_CHECK(count_errors == 0); in test_news_and_deletes()
/third_party/boost/libs/phoenix/test/bll_compatibility/
Dconstructor_tests.cpp224 int count_errors = 0; in test_news_and_deletes() local
226 std::for_each(i, i+10, (*_1 == 2) || ++var(count_errors)); in test_news_and_deletes()
227 BOOST_TEST_EQ(count_errors, 0); in test_news_and_deletes()