[libcxx-commits] [libcxx] [libc++][NFC] Mark P1424R1 as partially implemented with a note (PR #107751)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sun Sep 8 04:55:27 PDT 2024


https://github.com/H-G-Hristov created https://github.com/llvm/llvm-project/pull/107751

`hh_mm_ss` and related functions from https://wg21.link/P1466R3 was partially implemented in LLVM 10

Reference: https://github.com/llvm/llvm-project/issues/100015

>From dcee49d15c326f1ee413bde7424723a6b67d40ae Mon Sep 17 00:00:00 2001
From: Hristo Hristov <hghristov.rmm at gmail.com>
Date: Sun, 8 Sep 2024 14:54:59 +0300
Subject: [PATCH] [libc++][NFC] Mark P1424R1 as partially implemented with a
 note

`hh_mm_ss` and related functions from https://wg21.link/P1466R3 was partially implemented in LLVM 10

Reference: https://github.com/llvm/llvm-project/issues/100015
---
 libcxx/docs/Status/Cxx20Papers.csv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcxx/docs/Status/Cxx20Papers.csv b/libcxx/docs/Status/Cxx20Papers.csv
index ad788d7416fdad..721bf9d69a3a45 100644
--- a/libcxx/docs/Status/Cxx20Papers.csv
+++ b/libcxx/docs/Status/Cxx20Papers.csv
@@ -118,7 +118,7 @@
 "`P1361R2 <https://wg21.link/P1361R2>`__","Integration of chrono with text formatting","2019-07 (Cologne)","|Partial|","",""
 "`P1423R3 <https://wg21.link/P1423R3>`__","char8_t backward compatibility remediation","2019-07 (Cologne)","|Complete|","15.0",""
 "`P1424R1 <https://wg21.link/P1424R1>`__","'constexpr' feature macro concerns","2019-07 (Cologne)","|Nothing To Do|","","Superseded by `P1902 <https://wg21.link/P1902>`__"
-"`P1466R3 <https://wg21.link/P1466R3>`__","Miscellaneous minor fixes for chrono","2019-07 (Cologne)","","",""
+"`P1466R3 <https://wg21.link/P1466R3>`__","Miscellaneous minor fixes for chrono","2019-07 (Cologne)","|Partial|","","`hh_mm_ss` implemented in LLVM 10"
 "`P1474R1 <https://wg21.link/P1474R1>`__","Helpful pointers for ContiguousIterator","2019-07 (Cologne)","|Complete|","15.0",""
 "`P1502R1 <https://wg21.link/P1502R1>`__","Standard library header units for C++20","2019-07 (Cologne)","","",""
 "`P1522R1 <https://wg21.link/P1522R1>`__","Iterator Difference Type and Integer Overflow","2019-07 (Cologne)","|Complete|","15.0",""



More information about the libcxx-commits mailing list