[libcxx-commits] [PATCH] D129380: [libc++] Undeprecate ATOMIC_FLAG_INIT (LWG3659)
Raul Tambre via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 10 06:17:43 PDT 2022
tambre marked 3 inline comments as done.
tambre added inline comments.
================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:159
"`3657 <https://wg21.link/LWG3657>`__","``std::hash<std::filesystem::path>`` is not enabled","February 2022","",""
+"`3659 <https://wg21.link/LWG3659>`__","Consider ``ATOMIC_FLAG_INIT`` undeprecation","July 2022","|Complete|","15.0"
"`3660 <https://wg21.link/LWG3660>`__","``iterator_traits<common_iterator>::pointer`` should conform to ยง[iterator.traits]","February 2022","|Complete|","14.0"
----------------
Mordante wrote:
> I would like to see an update the note for `P0883` with information regarding this LWG issue.
Done. Added the note to the P0883's line on the C++20 status page. Hopefully that's what you intended.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129380/new/
https://reviews.llvm.org/D129380
More information about the libcxx-commits
mailing list