Searched refs:DefaultCtorThrows (Results 1 – 2 of 2) sorted by relevance
43 struct DefaultCtorThrows { struct44 DefaultCtorThrows() { throw 42; } in DefaultCtorThrows() function78 using V = std::variant<DefaultCtorThrows, int>; in test_default_ctor_throws()
40 struct DefaultCtorThrows { struct41 DefaultCtorThrows() { throw 42; } in DefaultCtorThrows() function75 using V = std::variant<DefaultCtorThrows, int>; in test_default_ctor_throws()