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

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 26 20:30:22 PDT 2025


================
@@ -300,7 +300,7 @@ def add_version_header(tc):
             "name": "__cpp_lib_chrono",
             "values": {
                 "c++17": 201611,
-                # "c++26": 202306, # P2592R3 Hashing support for std::chrono value classes
+                "c++26": 202306, # P2592R3 Hashing support for std::chrono value classes
----------------
frederick-vs-ja wrote:

This FTM shouldn't be bumped because we haven't completed C++20 additions to `<chrono>` (mainly tracked in #99982).

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


More information about the libcxx-commits mailing list