[Bug c++/84255] accepts redefinition of template variable
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 5 21:41:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84255
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2018-02-06 00:00:00 |2019-12-5
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Still present on trunk. Slightly reduced:
template<typename> bool var = false;
template<typename> bool var = true;
More information about the Gcc-bugs
mailing list