[cfe-commits] r160034 - in /cfe/trunk: lib/Sema/SemaDecl.cpp test/CodeGenCXX/visibility.cpp

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jul 10 21:26:12 PDT 2012


> Does this do the right thing for explicit specializations?

Good question. I would probably expect the specialization to take the
visibility of push, and the attached patch implements it.
Unfortunately gcc disagrees and in the testcase included in the patch
it produces undefined references for the method in vector<int> and
vector<unsigned>.

What do you think?

> John.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 1669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120711/e564dc98/attachment.obj>


More information about the cfe-commits mailing list