[libcxx-commits] [PATCH] D143845: [libc++][doc] Adds Issaquah papers and issues.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 13 18:25:37 PST 2023
var-const added inline comments.
================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:279
+"`3867 <https://wg21.link/LWG3867>`__","Should ``std::basic_osyncstream``'s move assignment operator be ``noexcept``?","February 2023","","",""
+"`3441 <https://wg21.link/LWG3441>`__","Misleading note about calls to customization points","February 2023","","",""
+"`3622 <https://wg21.link/LWG3622>`__","Misspecified transitivity of equivalence in ยง[unord.req.general]","February 2023","","",""
----------------
I think we can mark this one as "Nothing to do" (in this patch or a follow-up), AFAICS it doesn't affect the implementation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143845/new/
https://reviews.llvm.org/D143845
More information about the libcxx-commits
mailing list