Searched refs:STDA (Results 1 – 1 of 1) sorted by relevance
202 using STDA = std::allocator<char>; in main() typedef222 STDA std_alloc; in main()224 test_non_pmr_uses_alloc<STDA>(std_alloc); in main()226 test_non_pmr_uses_alloc<STDA>(std_alloc, value); in main()228 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue); in main()230 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue, std::move(value)); in main()