[libcxx-commits] [PATCH] D117400: [libc++] Fix bugs in common_iterator; add test coverage.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jan 22 11:05:42 PST 2022
Quuxplusone added inline comments.
================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:129
`3573 <https://wg21.link/LWG3573>`__,"Missing Throws element for ``basic_string_view(It begin, End end)``","October 2021","|Complete|","14.0"
`3574 <https://wg21.link/LWG3574>`__,"``common_iterator`` should be completely ``constexpr``-able","October 2021","","","|ranges|"
`3580 <https://wg21.link/LWG3580>`__,"``iota_view``'s ``iterator``'s binary ``operator+`` should be improved","October 2021","","","|ranges|"
----------------
Marked https://wg21.link/LWG3574 as Complete in 14.0, also.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117400/new/
https://reviews.llvm.org/D117400
More information about the libcxx-commits
mailing list