[libcxx-commits] [libcxx] [libcxx] Implement C++20 std::chrono::is_clock, std::chrono::is_clock_v (PR #160607)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 25 00:16:18 PDT 2025
================
@@ -41,6 +41,8 @@ Implemented Papers
- P2321R2: ``zip`` (`Github <https://llvm.org/PR105169>`__) (The paper is partially implemented. ``zip_transform_view``
is implemented in this release)
- P3168R2: Give ``std::optional`` Range Support (`Github <https://llvm.org/PR105430>`__)
+- P0355R7: ``std::chrono::is_clock`` and ``std::chrono::is_clock_v`` (`Github <https://llvm.org/PR160607>` __)
+ (The paper is partially implemented. ``is_clock`` and ``is_clock_v`` is implemented in this release)
----------------
philnik777 wrote:
I don't think we need a release note for a single tiny interface we've implemented.
https://github.com/llvm/llvm-project/pull/160607
More information about the libcxx-commits
mailing list