[libcxx-commits] [PATCH] D129380: [libc++] Undeprecate ATOMIC_FLAG_INIT (LWG3659)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 8 09:49:06 PDT 2022
philnik requested changes to this revision.
philnik added a comment.
This revision now requires changes to proceed.
Please wait until the LWG issue has been accepted.
================
Comment at: libcxx/docs/ReleaseNotes.rst:50
- P0618R0 (Deprecating <codecvt>)
+- LWG3659 (Consider ``ATOMIC_FLAG_INIT`` undeprecation)
----------------
We currently don't release-note LWG issues. I don't know if it would make sense to do so. We only started release-noting papers in this release cycle.
================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:159
"`3657 <https://wg21.link/LWG3657>`__","``std::hash<std::filesystem::path>`` is not enabled","February 2022","",""
+"`3657 <https://wg21.link/LWG3659>`__","Consider ``ATOMIC_FLAG_INIT`` undeprecation","February 2022","|Complete|","15.0"
"`3660 <https://wg21.link/LWG3660>`__","``iterator_traits<common_iterator>::pointer`` should conform to ยง[iterator.traits]","February 2022","|Complete|","14.0"
----------------
This wasn't accepted in February 2022. You also forgot to update the number.
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