On 11-01-23 7:46 PM, Anders Carlsson wrote: > Author: andersca > Date: Sun Jan 23 18:46:19 2011 > New Revision: 124089 > > URL: http://llvm.org/viewvc/llvm-project?rev=124089&view=rev > Log: > Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the > exception of explicit template instantiations, which have to be weak_odr.
I remember asking this before, but I cannot remember the answer. Is it valid for a program to have multiple explicit template instantiations with the same arguments? If not, we could use strong definitions for those vtables, no? Cheers, Rafael _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
