[libcxx-commits] [PATCH] D104166: [libc++] [test] No longer rely on std::hash<T>::argument_type.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 11 18:04:56 PDT 2021
Quuxplusone added inline comments.
================
Comment at: libcxx/test/std/containers/test_hash.h:13
#include <cstddef>
-#include <type_traits>
+#include <utility>
----------------
This is the only file with manual changes. Every other file's changes are simply
`s/test_hash<std::hash<.*>>/test_hash<\1>/g`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104166/new/
https://reviews.llvm.org/D104166
More information about the libcxx-commits
mailing list