Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dcopy.pass.cpp99 struct CopyDoesThrow { struct
100 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()