[libcxx-commits] [libcxx] [libc++][chrono] P2592R3: Hashing for chrono (PR #165132)
Rafail Shakhin ogly via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 28 05:09:35 PDT 2025
================
@@ -13,6 +13,7 @@
#include <__compare/ordering.h>
#include <__compare/three_way_comparable.h>
#include <__config>
+#include <__functional/hash.h>
----------------
rsaddatimov wrote:
Looks like cxx23 tests related to this fail too. Should I add the same lines to `libcxx/test/libcxx/transitive_includes/cxx23.csv`?
https://github.com/llvm/llvm-project/pull/165132
More information about the libcxx-commits
mailing list