Searched refs:test_insert_range_exception_safety_throwing_allocator (Results 1 – 5 of 5) sorted by relevance
35 test_insert_range_exception_safety_throwing_allocator<std::list, int>(); in main()
40 test_insert_range_exception_safety_throwing_allocator<std::deque, int>();
87 test_insert_range_exception_safety_throwing_allocator<std::vector, int>();
88 test_insert_range_exception_safety_throwing_allocator<std::vector, bool>();
690 void test_insert_range_exception_safety_throwing_allocator() { in test_insert_range_exception_safety_throwing_allocator() function