aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>2020-12-25 20:39:36 -0500
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>2021-01-08 17:33:22 -0500
commitcdd7cbf7b56bf9e46914ee95c0658f543c7c14a9 (patch)
tree67293ec3d675539bd285cadf8faafbadef0352bc /libcxx
parent963b771e24caff502d6b5d9b2f72dd88dd56e97a (diff)
downloadllvm-cdd7cbf7b56bf9e46914ee95c0658f543c7c14a9.zip
llvm-cdd7cbf7b56bf9e46914ee95c0658f543c7c14a9.tar.gz
llvm-cdd7cbf7b56bf9e46914ee95c0658f543c7c14a9.tar.bz2
[libc++] Mark [P0809] "LWG2831: Comparing Unordered Containers" as Nothing To Do.
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0809r0.pdf This issue/paper simply removed some library UB because vendors were already doing the right thing. libc++ has always done the right thing (in this respect). Differential Revision: https://reviews.llvm.org/D93816
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/docs/Cxx2aStatusPaperStatus.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/Cxx2aStatusPaperStatus.csv b/libcxx/docs/Cxx2aStatusPaperStatus.csv
index 57edb59..3747977 100644
--- a/libcxx/docs/Cxx2aStatusPaperStatus.csv
+++ b/libcxx/docs/Cxx2aStatusPaperStatus.csv
@@ -21,7 +21,7 @@
"`P0551R3 <https://wg21.link/P0551R3>`__","LWG","Thou Shalt Not Specialize ``std``\ Function Templates!","Jacksonville","|Complete|","11.0"
"`P0753R2 <https://wg21.link/P0753R2>`__","LWG","Manipulators for C++ Synchronized Buffered Ostream","Jacksonville","",""
"`P0754R2 <https://wg21.link/P0754R2>`__","LWG","<version>","Jacksonville","|Complete|","7.0"
-"`P0809R0 <https://wg21.link/P0809R0>`__","LWG","Comparing Unordered Containers","Jacksonville","",""
+"`P0809R0 <https://wg21.link/P0809R0>`__","LWG","Comparing Unordered Containers","Jacksonville","|Nothing To Do|",""
"`P0858R0 <https://wg21.link/P0858R0>`__","LWG","Constexpr iterator requirements","Jacksonville","",""
"`P0905R1 <https://wg21.link/P0905R1>`__","CWG","Symmetry for spaceship","Jacksonville","",""
"`P0966R1 <https://wg21.link/P0966R1>`__","LWG","``string::reserve``\ Should Not Shrink","Jacksonville","|Complete| [#note-P0966]_","12.0"