[libcxx-commits] [PATCH] D139189: [libc++] Granularize <type_traits> includes in <concepts>
Evgeny Eltsin via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 27 03:02:47 PST 2022
eaeltsin 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>
----------------
Does the header include itself now?
Can we please remove this?
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