https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102229
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marxin at gcc dot gnu.org --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- struct Test { static constexpr decltype(auto) v = "test"; }; int main(int argc, char** argv) { return 0; }