Searched refs:CopyDoesThrow (Results 1 – 1 of 1) sorted by relevance
99 struct CopyDoesThrow { struct100 CopyDoesThrow(const CopyDoesThrow &) noexcept(false);101 CopyDoesThrow &operator=(const CopyDoesThrow &) noexcept(false);156 using V = std::variant<int, CopyDoesThrow>; in test_copy_assignment_not_noexcept()