[libcxx-commits] [PATCH] D106824: [libc++] Implement the resolution of LWG3506 in all language modes.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 28 12:42:39 PDT 2021
Quuxplusone updated this revision to Diff 362500.
Quuxplusone marked an inline comment as done.
Quuxplusone added a comment.
Fix shadowing warning in new tests by `s/comp/compare/g`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106824/new/
https://reviews.llvm.org/D106824
Files:
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/queue
libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_iter_iter_alloc.pass.cpp
libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_iter_iter_comp_alloc.pass.cpp
libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_iter_iter_comp_cont_alloc.pass.cpp
libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_iter_iter_comp_rcont_alloc.pass.cpp
libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106824.362500.patch
Type: text/x-patch
Size: 21315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210728/9994b26b/attachment-0001.bin>
More information about the libcxx-commits
mailing list