[libcxx-commits] [PATCH] D122999: [libc++] Remove unused <iosfwd> include from <__debug>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 3 10:04:06 PDT 2022


philnik added inline comments.


================
Comment at: libcxx/include/module.modulemap:622
     header "iterator"
+    export iosfwd
     export *
----------------
Why are you exporting `iosfwd` from `iterator`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122999



More information about the libcxx-commits mailing list