This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17448] Fails to detect duplicate definition
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Sep 2004 14:26:46 -0000
- Subject: [Bug c++/17448] Fails to detect duplicate definition
- References: <20040913005829.17448.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-09-13 14:26 -------
Thinking about it, I'm not even sure any more whether the two definitions
refer to the same function: in the second case, we declare and inject a
function template, whereas in the first case a single instance of a function
is declared and injected. It is not a template, but a new declaration is
generated each time we instantiate class A with a different template
argument.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17448