This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/17448] Fails to detect duplicate definition


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]