[NFC][libc++] Update the implementation status.

During the review of https://reviews.llvm.org/D93912 we failed to notice
the implementation status wasn't updated. This rectifies the issue.
This commit is contained in:
Mark de Wever 2021-01-22 20:24:33 +01:00
parent bce318f58d
commit 3317b38ef8
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
"`P0881R7 <https://wg21.link/P0881R7>`__","LWG","A Proposal to add stacktrace library","Autumn 2020","",""
"`P0943R6 <https://wg21.link/P0943R6>`__","LWG","Support C atomics in C++","Autumn 2020","",""
"`P1048R1 <https://wg21.link/P1048R1>`__","LWG","A proposal for a type trait to detect scoped enumerations","Autumn 2020","|Complete|","12.0"
"`P1679R3 <https://wg21.link/P1679R3>`__","LWG","string contains function","Autumn 2020","",""
"`P1679R3 <https://wg21.link/P1679R3>`__","LWG","string contains function","Autumn 2020","|Complete|","12.0"
"","","","","",""

1 Paper # Group Paper Name Meeting Status First released version
2 `P0881R7 <https://wg21.link/P0881R7>`__ LWG A Proposal to add stacktrace library Autumn 2020
3 `P0943R6 <https://wg21.link/P0943R6>`__ LWG Support C atomics in C++ Autumn 2020
4 `P1048R1 <https://wg21.link/P1048R1>`__ LWG A proposal for a type trait to detect scoped enumerations Autumn 2020 |Complete| 12.0
5 `P1679R3 <https://wg21.link/P1679R3>`__ LWG string contains function Autumn 2020 |Complete| 12.0
6