Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainers_common.h34 bool selected_on_copy = false; in test_allocator_traits() local
36 …allocator_type alloc(propagated_on_copy, propagated_on_move, propagated_on_swap, selected_on_copy); in test_allocator_traits()
39 …REQUIRE_MESSAGE(selected_on_copy, "select_on_container_copy_construction function was not called"); in test_allocator_traits()