[libcxx-commits] [libcxx] [libcxx] Implement C++20 std::chrono::is_clock, std::chrono::is_clock_v (PR #160607)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 24 18:55:29 PDT 2025
================
@@ -1057,6 +1057,7 @@ constexpr chrono::year operator ""y(unsigned lo
# include <__chrono/day.h>
# include <__chrono/exception.h>
# include <__chrono/hh_mm_ss.h>
+# include <__chrono/is_clock.h>
----------------
frederick-vs-ja wrote:
I think we should add `is_clock`/`is_clock_v` to the synopsis comments.
https://github.com/llvm/llvm-project/pull/160607
More information about the libcxx-commits
mailing list