Searched defs:__is_nothrow_convertible (Results 1 – 1 of 1) sorted by relevance
10 struct __is_nothrow_convertible { // expected-warning{{keyword '__is_nothrow_convertible' will be m… struct14 using A = Same<__is_nothrow_convertible<int>::type, __is_nothrow_convertible<int>::type>; argument