[libcxx-commits] [PATCH] D131425: [libc++] Remove workarounds for systems with tortuous include requirements
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 25 08:50:44 PDT 2022
philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.
LGTM % nit with CI passing.
================
Comment at: libcxx/include/ext/__hash:17
#include <cstring>
+#include <stddef.h>
#include <string>
----------------
Why not `<cstddef>` like we do everywhere else?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131425/new/
https://reviews.llvm.org/D131425
More information about the libcxx-commits
mailing list