https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116852
Nathaniel Shead <nshead at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nshead at gcc dot gnu.org --- Comment #2 from Nathaniel Shead <nshead at gcc dot gnu.org> --- > Aren't functions templates implicitly declared inline in C++, like inline > defined member functions? FWIW function templates aren't implicitly inline, they just have similar behaviour with regards to ODR.