We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a4ec8 commit 91e31c7Copy full SHA for 91e31c7
test/utils/utils/execution_test.hpp
@@ -162,7 +162,7 @@ struct ExecutionClientRPCTest : test::ExecutionTestMixin<test::ClientServerRPCTe
162
{
163
using Base = test::ClientServerRPCTest<RPC>;
164
165
-#if !UNIFEX_NO_COROUTINES
+#if defined(UNIFEX_NO_COROUTINES) && !UNIFEX_NO_COROUTINES
166
template <class RPCHandler, class... ClientFunctions>
167
void register_and_perform_requests(RPCHandler&& handler, ClientFunctions&&... client_functions)
168
0 commit comments