Searched refs:ident_functor_noref (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/result_of/
H A Dsfinae_friendly_1.cc93 struct ident_functor_noref { struct
387 static_assert(!has_type<std::result_of<ident_functor_noref(int(&)[1])>>(),
389 static_assert(!has_type<std::result_of<ident_functor_noref
391 static_assert(!has_type<std::result_of<ident_functor_noref(Abstract&)>>(),
394 <ident_functor_noref(const Abstract&)>>(), "Error!");
395 static_assert(!has_type<std::result_of<ident_functor_noref(void(&)())>>(),
397 static_assert(!has_type<std::result_of<ident_functor_noref(void(&&)())>>(),

Completed in 43 milliseconds