[libcxx-commits] [libcxx] [libc++][chrono] implements GPS clock. (PR #125921)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 10 05:15:17 PST 2025
================
@@ -4,7 +4,7 @@ Section,Description,Dependencies,Assignee,Status,First released version
`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::sys_time<Duration>``",,Mark de Wever,|Complete|,17
`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::utc_time<Duration>``",A ``<chrono>`` implementation,Mark de Wever,|Complete|,20
`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::tai_time<Duration>``",,Mark de Wever,|Complete|,21
-`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::gps_time<Duration>``",A ``<chrono>`` implementation,Mark de Wever,,,
+`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::gps_time<Duration>``",,Mark de Wever,|Complete|,21
----------------
frederick-vs-ja wrote:
https://github.com/llvm/llvm-project/blob/83fa117f76f9c4c82ce0ca914c4eba268c6c2fa2/libcxx/docs/Status/Cxx20Papers.csv#L118
https://github.com/llvm/llvm-project/blob/83fa117f76f9c4c82ce0ca914c4eba268c6c2fa2/libcxx/docs/Status/Cxx20Issues.csv#L272
Let's also change these lines, `Closes #100432`, `Closes #100014`, and update `libcxx/docs/ReleaseNotes/21.rst`.
https://github.com/llvm/llvm-project/pull/125921
More information about the libcxx-commits
mailing list