<div dir="ltr">There is close problem: <a href="http://llvm.org/bugs/show_bug.cgi?id=15466">http://llvm.org/bugs/show_bug.cgi?id=15466</a> - clang accepts incorrect explicit instantiation, but it is about type templates.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/19 Larisse Voufo <span dir="ltr"><<a href="mailto:lvoufo@google.com" target="_blank">lvoufo@google.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Just out of curiosity, I have noticed that Clang currently allows the following program:<div><br></div><div>template<typename T> T f() { return 13; }<br></div><div>template int f() { return 1; }<br></div>


<div><br></div><div>It essentially parses the body of the explicit instantiation only to ignore it.</div><div>Was this a conscious decision?</div><div><br></div><div>GCC 4.6.3 rejects the program with "expected ‘;’ before ‘{’ token".</div>


<div><br></div><div>Thanks,</div><div>-- Larisse.</div><div><br></div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Thanks,<br>--Serge<br>
</div>