[libcxx-commits] [PATCH] D129380: [libc++] Undeprecate ATOMIC_FLAG_INIT (LWG3659)
Raul Tambre via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 8 10:02:09 PDT 2022
tambre marked 2 inline comments as done.
tambre added inline comments.
================
Comment at: libcxx/docs/ReleaseNotes.rst:50
- P0618R0 (Deprecating <codecvt>)
+- LWG3659 (Consider ``ATOMIC_FLAG_INIT`` undeprecation)
----------------
philnik wrote:
> 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.
I'd say such fixes seem noteworthy enough. This is definitely a smaller one, but I'm keeping it for now unless someone else weighs in.
================
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"
----------------
philnik wrote:
> This wasn't accepted in February 2022. You also forgot to update the number.
Done, thanks.
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