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