Searched refs:MoveOnlyOddNothrow (Results 1 – 1 of 1) sorted by relevance
55 struct MoveOnlyOddNothrow { struct56 MoveOnlyOddNothrow(MoveOnlyOddNothrow &&) noexcept(false) {} in MoveOnlyOddNothrow() function57 MoveOnlyOddNothrow(const MoveOnlyOddNothrow &) = delete;58 MoveOnlyOddNothrow &operator=(MoveOnlyOddNothrow &&) noexcept = default;59 MoveOnlyOddNothrow &operator=(const MoveOnlyOddNothrow &) = delete;164 using V = std::variant<MoveOnlyOddNothrow>; in test_move_assignment_noexcept()