[libcxx-commits] [PATCH] D119561: [libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 11 10:12:40 PST 2022


philnik accepted this revision as: philnik.
philnik added inline comments.


================
Comment at: libcxx/src/bind.cpp:9
 
-#include "functional"
+#include <functional>
 
----------------
Not in this PR, but I think it would be a good idea to include the granular header if not all of the header is implemented in one file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119561



More information about the libcxx-commits mailing list