[libcxx-commits] [libcxx] [libc++][chrono] implements GPS clock. (PR #125921)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 10 10:14:10 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
----------------
mordante wrote:

good point! I knew I still had to do that, but then forgot it.

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


More information about the libcxx-commits mailing list