[libcxx-commits] [PATCH] D139189: [libc++] Granularize <type_traits> includes in <concepts>
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 27 10:24:52 PST 2022
Mordante added inline comments.
================
Comment at: libcxx/include/__type_traits/remove_cvref.h:15
#include <__type_traits/remove_cv.h>
+#include <__type_traits/remove_cvref.h>
#include <__type_traits/remove_reference.h>
----------------
eaeltsin wrote:
> Does the header include itself now?
>
> Can we please remove this?
>
Nice catch!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139189/new/
https://reviews.llvm.org/D139189
More information about the libcxx-commits
mailing list