Searched refs:a_c_vector (Results 1 – 1 of 1) sorted by relevance
57 c_vector a_c_vector; in TestRangeBasedFor() local61 a_c_vector.push_back(i); in TestRangeBasedFor()64 …REQUIRE_MESSAGE( range_based_for_accumulate(a_c_vector, std::plus<int>(), 0) == gauss_summ_of_int_… in TestRangeBasedFor()