[libcxx-commits] [PATCH] D100216: [libc++] Split a few things out of <memory>
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 11 06:46:32 PDT 2021
Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.
One question other than that LGTM!
================
Comment at: libcxx/include/__memory/allocator.h:11
+#ifndef _LIBCPP___MEMORY_ALLOCATOR_H
+#define _LIBCPP___MEMORY_ALLOCATOR_H
+
----------------
`<__string>` contains a duplicate of the synopsis of `char_traits`. These new headers don't have a synopsis. Is that intended or an oversight?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100216/new/
https://reviews.llvm.org/D100216
More information about the libcxx-commits
mailing list