Searched refs:NothrowTypeWithThrowingSwap (Results 1 – 1 of 1) sorted by relevance
123 using NothrowTypeWithThrowingSwap = NothrowTypeImp<true, true, true, true, false, true>; typedef256 {using V = std::variant<NothrowTypeWithThrowingSwap, int>; in test_swap_same_alternative_throws()