Remove visibility attributes from out-of-class method definitions in iostreams.
No point in pretending that these methods are hidden - they are actually exported from libc++.so. Extern template declarations make them part of libc++ ABI. This patch does not change libc++.so export list (at least on Linux). llvm-svn: 255177
Loading
Please register or sign in to comment