[libcxx-commits] [PATCH] D148072: [libcxx] Rename the now fully private header __std_stream to std_stream.h
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 12 04:19:59 PDT 2023
philnik accepted this revision.
philnik added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/src/iostream.cpp:10
#include <__locale>
-#include "__std_stream"
+#include "std_stream.cpp"
#include <new>
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148072/new/
https://reviews.llvm.org/D148072
More information about the libcxx-commits
mailing list