[libcxx-commits] [libcxx] [libc++][chrono] P2592R3: Hashing for chrono (PR #165132)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Oct 25 23:22:58 PDT 2025
================
@@ -538,6 +539,18 @@ using namespace literals::chrono_literals;
#endif // _LIBCPP_STD_VER >= 14
+#if _LIBCPP_STD_VER >= 20
----------------
H-G-Hristov wrote:
I only skimmed through this PR. Isn't https://wg21.link/P2592R3 a C++26 feature?
https://github.com/llvm/llvm-project/pull/165132
More information about the libcxx-commits
mailing list