[libcxx-commits] [PATCH] D154700: [libc++] Make `stop_token` experimental

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 10 08:18:19 PDT 2023


Mordante added inline comments.


================
Comment at: libcxx/include/__stop_token/stop_callback.h:15
 #include <__concepts/constructible.h>
 #include <__concepts/destructible.h>
 #include <__concepts/invocable.h>
----------------
ldionne wrote:
> Also let's tweak the release note.
I already made changes in my draft update for the release notes ;-)
I still want to look whether we missed other changes, so I probably upload it later today.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154700



More information about the libcxx-commits mailing list