[libcxx-commits] [PATCH] D103734: [libcxx] moves <utility> content out of <type_traits> and into their own headers

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 6 02:00:04 PDT 2021


Mordante accepted this revision as: Mordante.
Mordante added a comment.

I like this direction! I assume the patch has no changes in the moved code.
LGTM modulo one minor nit.



================
Comment at: libcxx/include/type_traits:425
+#include <__utility/forward.h>
+#include <__utility/move.h> // TODO: remove
 #include <cstddef>
----------------
Can you add the reason for the removal in the comment?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103734/new/

https://reviews.llvm.org/D103734



More information about the libcxx-commits mailing list