[libcxx-commits] [PATCH] D119443: [libc++] Add LWG-issues from february 2022 plenary meeting

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 09:03:45 PST 2022


Quuxplusone accepted this revision.
Quuxplusone added a comment.

LGTM, with some easy things to cross off the list.



================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:145
+"`3601 <https://wg21.link/LWG3601>`__","common_iterator's postfix-proxy needs ``indirectly_readable`` ","February 2022","","","|ranges|"
+"`3607 <https://wg21.link/LWG3607>`__","``contiguous_iterator`` should not be allowed to have custom ``iter_move`` and ``iter_swap`` behavior","February 2022","","","|ranges|"
+"`3610 <https://wg21.link/LWG3610>`__","``iota_view::size`` sometimes rejects integer-class types","February 2022","","","|ranges|"
----------------
`|Nothing To Do|` for LWG3607; it affects semantic requirements only.


================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:156
+"`3649 <https://wg21.link/LWG3649>`__","[fund.ts.v2] Reinstate and bump ``__cpp_lib_experimental_memory_resource`` feature test macro","February 2022","",""
+"`3650 <https://wg21.link/LWG3650>`__","Are ``std::basic_string`` 's ``iterator`` and ``const_iterator`` constexpr iterators?","February 2022","",""
+"`3654 <https://wg21.link/LWG3654>`__","``basic_format_context::arg(size_t)`` should be ``noexcept`` ","February 2022","","","|format|"
----------------
`|Nothing To Do|` on LWG3650.


================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:159
+"`3657 <https://wg21.link/LWG3657>`__","``std::hash<std::filesystem::path>`` is not enabled","February 2022","",""
+"`3660 <https://wg21.link/LWG3660>`__","``iterator_traits<common_iterator>::pointer`` should conform to ยง[iterator.traits]","February 2022","",""
+"`3661 <https://wg21.link/LWG3661>`__","``constinit atomic<shared_ptr<T>> a (nullptr);`` should work","February 2022","",""
----------------
`|Complete|` in 14.0 for LWG3660.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119443/new/

https://reviews.llvm.org/D119443



More information about the libcxx-commits mailing list