rjmccall added a comment.

That may work for libc++'s purposes, but it's clearly inappropriate as a 
compiler rule.  There are good reasons why something with hidden visibility 
would need to be explicitly instantiated.  For many programmers, hidden 
visibility means "this is private to my library", not "this is actually public 
to my library, but I'm walking an ABI tightrope".


Repository:
  rC Clang

https://reviews.llvm.org/D51789



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to