[Bug c++/97852] Parameter pack not found
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97852 --- Comment #2 from Andrew Pinski --- I don't think this is valid, t cannot show up in a constexpr. ICC rejects this with a decent error message too: (3): error: a parameter is not allowed And if we use foo MSVC rejects it: (7): error C2672: 'fo
[Bug c++/97852] Parameter pack not found
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97852 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment