Searched refs:can_swap_with_s1_but_not_swappable (Results 1 – 1 of 1) sorted by relevance
280 struct can_swap_with_s1_but_not_swappable { struct281 can_swap_with_s1_but_not_swappable(can_swap_with_s1_but_not_swappable&&) =283 friend void swap(s1&, can_swap_with_s1_but_not_swappable&);284 friend void swap(can_swap_with_s1_but_not_swappable&, s1&);289 std::common_reference_with<can_swap_with_s1_but_not_swappable, s1>);290 static_assert(!std::swappable<can_swap_with_s1_but_not_swappable>);292 !check_swappable_with<can_swap_with_s1_but_not_swappable&, s1&>());