[all-commits] [llvm/llvm-project] 9334a8: [libc++][NFC] Move basic_ios extern instantiations...

philnik777 via All-commits all-commits at lists.llvm.org
Tue May 23 08:58:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9334a8580151f32680ac346fc9cd8b85e63c63d3
      https://github.com/llvm/llvm-project/commit/9334a8580151f32680ac346fc9cd8b85e63c63d3
  Author: Nikolas Klauser <n_klauser at apple.com>
  Date:   2023-05-23 (Tue, 23 May 2023)

  Changed paths:
    M libcxx/include/ios
    M libcxx/include/streambuf

  Log Message:
  -----------
  [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




More information about the All-commits mailing list