We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90c15a commit b3022d8Copy full SHA for b3022d8
libcxx/modules/std/stop_token.inc
@@ -9,7 +9,6 @@
9
10
export namespace std {
11
#ifndef _LIBCPP_HAS_NO_THREADS
12
-# ifdef _LIBCPP_ENABLE_EXPERIMENTAL
13
// [stoptoken], class stop_token
14
using std::stop_token;
15
@@ -22,6 +21,5 @@ export namespace std {
22
21
23
// [stopcallback], class template stop_callback
24
using std::stop_callback;
25
-# endif // _LIBCPP_ENABLE_EXPERIMENTAL
26
-#endif // _LIBCPP_HAS_NO_THREADS
+#endif // _LIBCPP_HAS_NO_THREADS
27
} // namespace std
0 commit comments