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 58bffab commit 2800ebeCopy full SHA for 2800ebe
src/common/async/detail/spawn_throttle_impl.h
@@ -169,7 +169,7 @@ struct spawn_throttle_handler {
169
}
170
};
171
172
-spawn_throttle_handler spawn_throttle_impl::get()
+inline spawn_throttle_handler spawn_throttle_impl::get()
173
{
174
report_exception(); // throw unreported exception
175
@@ -345,8 +345,8 @@ class async_spawn_throttle_impl final :
345
346
347
348
-auto spawn_throttle_impl::create(optional_yield y, size_t limit,
349
- cancel_on_error on_error)
+inline auto spawn_throttle_impl::create(optional_yield y, size_t limit,
+ cancel_on_error on_error)
350
-> boost::intrusive_ptr<spawn_throttle_impl>
351
352
if (y) {
0 commit comments