https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100259
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2021-04-26 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Aaron Graham from comment #0) > It seems these should be inline and/or constexpr. They're not allowed to be constexpr, so have to be inline. > There are probably others. Almost certainly.