Searched refs:set3 (Results 1 – 1 of 1) sorted by relevance
101 TSet set3(vc.begin(), vc.end(), allocator); in test_deduction_guides() local102 …static_assert(std::is_same_v<decltype(set3), TSet<int, std::less<int>, decltype(allocator)>>, "Wro… in test_deduction_guides()