-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[libc++][NFC] Mark P1424R1 as partially implemented #107751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libc++][NFC] Mark P1424R1 as partially implemented #107751
Conversation
@llvm/pr-subscribers-libcxx Author: Hristo Hristov (H-G-Hristov) Changes
Reference: #100015 Full diff: https://github.com/llvm/llvm-project/pull/107751.diff 1 Files Affected:
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",""
|
Should I update the #100015 with subtasks what's implemented and what remains to be done? |
That would be amazing! |
dcee49d
to
f781ae2
Compare
`hh_mm_ss` and related functions from https://wg21.link/P1466R3 was partially implemented in LLVM 10 Reference: llvm#100015
f781ae2
to
d88301b
Compare
Thanks. I am working on it. I think it's enough for now to mark P1424R1 as partially implemented with this PR. |
`hh_mm_ss` and related functions from https://wg21.link/P1466R3 were partially implemented in LLVM 10 (fde236b).
`hh_mm_ss` and related functions from https://wg21.link/P1466R3 were partially implemented in LLVM 10 (fde236b).
hh_mm_ss
and related functions from https://wg21.link/P1466R3 was partially implemented in LLVM 10 fde236bAccessors added in db99d3a (operator << is not implemented)
Reference: