[libcxx-commits] [libcxx] [libc++][chrono] P2592R3: Hashing for chrono (PR #165132)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 27 02:09:24 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:
Perhaps we should go for the second approach. The first one is likely to raise ODR violation.
https://github.com/llvm/llvm-project/pull/165132
More information about the libcxx-commits
mailing list