[libcxx-commits] [PATCH] D103734: [libcxx][modularisation] moves <utility> content out of <type_traits>
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 21 08:50:37 PDT 2021
ldionne added inline comments.
================
Comment at: libcxx/test/support/poisoned_hash_helper.h:12
-#include <type_traits>
+#include <__utility/move.h> // TODO: replace with <utility> when std::hash is moved out of the header
#include <cassert>
----------------
ldionne wrote:
> We should never be including implementation detail headers from the test suite. If we can't include `<utility>` right now, we should do the pre-requisite task before landing this patch.
Nevermind this comment, I just saw https://reviews.llvm.org/D104002.
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