[libcxx-commits] [libcxx] [libc++][chrono] P2592R3: Hashing for chrono (PR #165132)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 28 18:51:49 PDT 2025


================
@@ -13,6 +13,7 @@
 #include <__compare/ordering.h>
 #include <__compare/three_way_comparable.h>
 #include <__config>
+#include <__functional/hash.h>
----------------
frederick-vs-ja wrote:

It should also be possible to just switch to use `__builtin_memcpy` in `<__functional/hash.h>`, I think.

https://github.com/llvm/llvm-project/pull/165132


More information about the libcxx-commits mailing list