diff options
author | A. Jiang <de34@live.cn> | 2024-07-31 21:33:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 09:33:02 -0400 |
commit | 569d8ce11f25aeb1596bd791905b16e73359470e (patch) | |
tree | a9691d511a2f9631499548a14b39658e25380e7b | |
parent | 29ef92b9051bca3a35be0cbc5e03d787941f945e (diff) | |
download | llvm-569d8ce11f25aeb1596bd791905b16e73359470e.zip llvm-569d8ce11f25aeb1596bd791905b16e73359470e.tar.gz llvm-569d8ce11f25aeb1596bd791905b16e73359470e.tar.bz2 |
[libc++][docs] Remove misadded entry for P1937R2 from Cxx20Papers.csv (#100741)
P1937R2 only contains core language change and doesn't touch the library
at all.
Closes #100613.
-rw-r--r-- | libcxx/docs/Status/Cxx20Papers.csv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/docs/Status/Cxx20Papers.csv b/libcxx/docs/Status/Cxx20Papers.csv index 4015d7a..858c789 100644 --- a/libcxx/docs/Status/Cxx20Papers.csv +++ b/libcxx/docs/Status/Cxx20Papers.csv @@ -171,7 +171,6 @@ "`P1739R4 <https://wg21.link/P1739R4>`__","LWG","Avoid template bloat for safe_ranges in combination with ""subrange-y"" view adaptors","Prague","|Complete|","15.0","|ranges|" "`P1831R1 <https://wg21.link/P1831R1>`__","LWG","Deprecating volatile: library","Prague","* *","" "`P1868R2 <https://wg21.link/P1868R2>`__","LWG","width: clarifying units of width and precision in std::format","Prague","|Complete|","14.0" -"`P1937R2 <https://wg21.link/P1937R2>`__","CWG","Fixing inconsistencies between constexpr and consteval functions","Prague","* *","" "`P1956R1 <https://wg21.link/P1956R1>`__","LWG","On the names of low-level bit manipulation functions","Prague","|Complete|","12.0" "`P1957R2 <https://wg21.link/P1957R2>`__","CWG","Converting from ``T*``\ to bool should be considered narrowing (re: US 212)","Prague","|Complete|","18.0" "`P1963R0 <https://wg21.link/P1963R0>`__","LWG","Fixing US 313","Prague","* *","","" |