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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 8 03:34:18 PDT 2023


Mordante added a comment.

I mainly glossed over the the patch.



================
Comment at: libcxx/test/std/thread/thread.stoptoken/nostopstate/cons.default.pass.cpp:10
 // UNSUPPORTED: no-threads
+// UNSUPPORTED: !c++experimental
 // UNSUPPORTED: c++03, c++11, c++14, c++17
----------------
ldionne wrote:
> Here let's introduce a specific Lit feature for it.
Please also update `libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp`


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