This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14761] Fails to link when static member variable of the class template is defined with the default value
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Mar 2004 01:14:29 -0000
- Subject: [Bug c++/14761] Fails to link when static member variable of the class template is defined with the default value
- References: <20040328171545.14761.ikm@pisem.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-03-29 01:14 -------
Yes, because otherwise there would be no way to disambiguate between a
definition of the member template and the declaration of a specialization of it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14761