https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102229
Marek Polacek <mpolacek at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |mpolacek at gcc dot gnu.org Status|NEW |RESOLVED --- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> --- This is desirable, added in my r11-2202 to fix bug 79815: "If the placeholder is the decltype(auto) type-specifier, T shall be the placeholder alone." but we weren't detecting "const decltype(auto)".