diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2024-08-14 16:40:49 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2024-08-14 16:40:49 -0400 |
commit | a845dba9e5ed52e6e743269a18abc16a2348d1b8 (patch) | |
tree | 1470e23fc2cb284e2747d6c3472b92ab696c3cc6 | |
parent | 6cafebef4a7a50ad28b46f34f18dc9d3e3e57e40 (diff) | |
download | llvm-a845dba9e5ed52e6e743269a18abc16a2348d1b8.zip llvm-a845dba9e5ed52e6e743269a18abc16a2348d1b8.tar.gz llvm-a845dba9e5ed52e6e743269a18abc16a2348d1b8.tar.bz2 |
[libc++] Remove non-existent LWG issue from the .csv files
We can only track existing LWG issues because we need a valid LWG issue
number for all issues. I'll create another GH issue to track creating
that LWG issue instead.
-rw-r--r-- | libcxx/docs/Status/Cxx2cIssues.csv | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/docs/Status/Cxx2cIssues.csv b/libcxx/docs/Status/Cxx2cIssues.csv index 2318804..60c6dc5 100644 --- a/libcxx/docs/Status/Cxx2cIssues.csv +++ b/libcxx/docs/Status/Cxx2cIssues.csv @@ -76,6 +76,5 @@ "`LWG4105 <https://wg21.link/LWG4105>`__","``ranges::ends_with``\`s Returns misses difference casting","2024-06 (St. Louis)","","","|ranges|" "`LWG4106 <https://wg21.link/LWG4106>`__","``basic_format_args`` should not be default-constructible","2024-06 (St. Louis)","|Complete|","19.0","|format|" "","","","","","" -"`LWG3343 <https://wg21.link/LWG3343>`__","Ordering of calls to ``unlock()`` and ``notify_all()`` in Effects element of ``notify_all_at_thread_exit()`` should be reversed","Not Yet Adopted","|Complete|","16.0","" -"XXXX","The sys_info range should be affected by save","Not Yet Adopted","|Complete|","19.0","" +"`LWG3343 <https://wg21.link/LWG3343>`__","Ordering of calls to ``unlock()`` and ``notify_all()`` in Effects element of ``notify_all_at_thread_exit()`` should be reversed","Not Adopted Yet","|Complete|","16.0","" "","","","","","" |