Searched refs:pocca_type (Results 1 – 2 of 2) sorted by relevance
68 using pocca_type = typename allocator_traits<Allocator>::propagate_on_container_copy_assignment;69 copy_assign_allocators_impl(lhs, rhs, pocca_type());
27 using pocca_type = typename allocator_traits_type::propagate_on_container_copy_assignment; in test_allocator_traits() local42 …REQUIRE_MESSAGE(propagated_on_copy == pocca_type::value, "Unexpected allocator propagation on copy… in test_allocator_traits()