[libcxx-commits] [PATCH] D139189: [libc++] Granularize <type_traits> includes in <concepts>
Richard Trieu via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 27 16:29:05 PST 2022
rtrieu 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>
----------------
Mordante wrote:
> eaeltsin wrote:
> > Does the header include itself now?
> >
> > Can we please remove this?
> >
> Nice catch!
I went ahead and removed this in 0c6e74fa744b0e6abe3614af55f4f9dd1fbc54b2.
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