[libcxx-commits] [PATCH] D103983: [libc++] Improve atomic_fetch_(add|sub).*.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 7 11:41:45 PDT 2021
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/docs/ReleaseNotes.rst:74
+ Due to this change it's now possible to call these functions with the
+ explicit template argument ``T*`` This allows using the same syntax on the
+ major Standard library implementations.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103983/new/
https://reviews.llvm.org/D103983
More information about the libcxx-commits
mailing list