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 e88e9cc commit 56399d6Copy full SHA for 56399d6
benchmark/msg/handler_bench.cpp
@@ -39,7 +39,7 @@ uint64_t cb_count{};
39
uint64_t volatile *cb_count_ptr = &cb_count;
40
41
template <uint32_t B, uint32_t M, uint32_t S>
42
-constexpr auto cb = callback<"callback", msg_defn>(
+constexpr auto cb = msg::callback<"callback", msg_defn>(
43
"big"_f.in<B> and "med"_f.in<M> and "small_a"_f.in<S>,
44
[](auto) { (*cb_count_ptr) = 0; });
45
0 commit comments