Home
last modified time | relevance | path

Searched refs:NothrowTypeWithThrowingSwap (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp123 using NothrowTypeWithThrowingSwap = NothrowTypeImp<true, true, true, true, false, true>; typedef
256 {using V = std::variant<NothrowTypeWithThrowingSwap, int>; in test_swap_same_alternative_throws()