Searched refs:NotNoexcept (Results 1 – 2 of 2) sorted by relevance
38 struct NotNoexcept { struct39 NotNoexcept() noexcept(false) {} in NotNoexcept() function71 using V = std::variant<NotNoexcept>; in test_default_ctor_noexcept()
35 struct NotNoexcept { struct36 NotNoexcept() noexcept(false) {} in NotNoexcept() function68 using V = std::variant<NotNoexcept>; in test_default_ctor_noexcept()