Searched refs:set7 (Results 1 – 1 of 1) sorted by relevance
115 TSet set7(init_list, allocator); in test_deduction_guides() local116 …static_assert(std::is_same_v<decltype(set7), TSet<int, std::less<int>, decltype(allocator)>>, "Wro… in test_deduction_guides()