Skip to content

Commit 56399d6

Browse files
committed
🐛 Fix ambiguity in msg handler benchmark
1 parent e88e9cc commit 56399d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/msg/handler_bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uint64_t cb_count{};
3939
uint64_t volatile *cb_count_ptr = &cb_count;
4040

4141
template <uint32_t B, uint32_t M, uint32_t S>
42-
constexpr auto cb = callback<"callback", msg_defn>(
42+
constexpr auto cb = msg::callback<"callback", msg_defn>(
4343
"big"_f.in<B> and "med"_f.in<M> and "small_a"_f.in<S>,
4444
[](auto) { (*cb_count_ptr) = 0; });
4545

0 commit comments

Comments
 (0)