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 0550a5d commit 25c811eCopy full SHA for 25c811e
include/cppcoro/coroutine.hpp
@@ -20,7 +20,10 @@ namespace cppcoro {
20
using std::experimental::coroutine_handle;
21
using std::experimental::suspend_always;
22
using std::experimental::suspend_never;
23
- using std::experimental::noop_coroutine;
+
24
+#if CPPCORO_COMPILER_SUPPORTS_SYMMETRIC_TRANSFER
25
+ using std::experimental::noop_coroutine;
26
+#endif
27
}
28
29
#else
0 commit comments