https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124070
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Does that apply to defaulted function arguments too?
#include <meta>
struct S;
constexpr void bar (std::meta::info a = define_aggregate (^^S, {})) {}
consteval { bar (); }
?
