Searched refs:firsts_copy (Results 1 – 1 of 1) sorted by relevance
314 std::array<int, 10> firsts_copy; in main() local317 for (auto out = firsts_copy.begin(); first != last; ++first) { in main()320 BOOST_TEST(firsts_copy == ints); in main()324 std::array<int, 10> firsts_copy; in main() local327 for (auto out = firsts_copy.begin(); first != last; ++first) { in main()330 BOOST_TEST(firsts_copy == ints); in main()353 std::array<int, 10> firsts_copy; in main() local356 for (auto out = firsts_copy.begin(); first != last; ++first) { in main()359 BOOST_TEST(firsts_copy == ints); in main()363 std::array<int, 10> firsts_copy; in main() local[all …]