[libcxx-commits] [PATCH] D154700: [libc++] Make `stop_token` experimental
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 10 09:05:47 PDT 2023
ldionne marked an inline comment as done.
ldionne 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>
----------------
Mordante wrote:
> 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.
Oh, nice, thanks for having a review with updates to the release notes. This comment was actually saying that we should update the release notes to account for the fact that this is now experimental, however I realized that we didn't add `stop_token` to the release notes at all, so that's moot. But if you mention `stop_token` in your release notes update, let's mention it as being experimental.
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