We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8021b12 commit 0cbf8d8Copy full SHA for 0cbf8d8
include/boost/capy/async_result.hpp
@@ -163,6 +163,7 @@ class async_result
163
164
template<class U, class DeferredOp>
165
requires (!std::is_void_v<U>)
166
+ [[nodiscard]]
167
friend async_result<U>
168
make_async_result(DeferredOp&& op);
169
@@ -248,6 +249,7 @@ class async_result<void>
248
249
250
251
requires std::is_void_v<U>
252
253
friend async_result<void>
254
255
0 commit comments