[libc++][NFC] Move basic_ios extern instantiations into <ios>
`basic_ios` is defined in `<ios>`, so it seems weird that we declare the explicit instantiation for it i `<streambuf>`, which is technically unrelated. Reviewed By: #libc, EricWF, ldionne Spies: ldionne, EricWF, libcxx-commits Differential Revision: https://reviews.llvm.org/D150912
Loading
Please sign in to comment