Home
last modified time | relevance | path

Searched defs:SwapThrower (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.swap/
H A Dmember_swap_const.pass.cpp22 class SwapThrower { class
27 void swap(const SwapThrower&, const SwapThrower&) { throw 0.f; } in swap()