[libcxx-commits] [PATCH] D133560: [libc++] split `<istream>` header

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 16 14:39:08 PDT 2022


ldionne added a comment.

The approach we generally take is to create a `libcxx/include/__fwd/foo.h` header. Would that work here?



================
Comment at: libcxx/include/__istream/basic_iostream.h:272
+#endif // _LIBCPP___ISTREAM_BASIC_IOSTREAM_H
\ No newline at end of file

----------------
No newline! Please add one!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133560/new/

https://reviews.llvm.org/D133560



More information about the libcxx-commits mailing list