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 16:18:12 -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 16:18 -------
If you have a template-instantiation and a non-template function with the
same signature, then the non-template always wins unless you explicitly
specify template arguments. They are _not_ the same, and the compiler is
not supposed to indicate that they are!
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17448