[libcxx-commits] [PATCH] D103765: [libc++] Update atomic synopsis and tests.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 11 12:09:49 PDT 2021


ldionne accepted this revision.
ldionne added a comment.

LGTM! Thanks for cleaning this up.



================
Comment at: libcxx/include/atomic:272
+template<class T>
+  void atomic_store(volatile atomic<T>*, typename atomic<T>::value_type) noexcept;
+template<class T>
----------------
We could perhaps drop the `typename` here for readability, since this is only in a comment. WDYT?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103765/new/

https://reviews.llvm.org/D103765



More information about the libcxx-commits mailing list