https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97265
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2020-10-01 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- Yes, your suggested change is correct, making the code mean the same thing in both C++11 and C++14. It also makes the function more consistent whether CONSTEXPR expands to constexpr or not.