Searched refs:ThrowsT (Results 1 – 1 of 1) sorted by relevance
33 struct ThrowsT { struct34 ThrowsT(int) noexcept(false) {} in ThrowsT() argument52 using V = std::variant<Dummy, ThrowsT>; in test_T_ctor_noexcept()