Files
scylladb/cdc
Avi Kivity d50ba03965 gossiper: remove initializer-list overload of add_local_application_state()
The initializer_list overload uses a too-clever technique to avoid copies.
While copies here are unlikely to pose any real problem (we're allocating
map nodes anyway), it's simple enough to provide a copy-less replacement
that doesn't require questionable tricks.

We replace the initializer_list<..., in<>> overload with a variadic
template that constructs a temporary map.
2024-07-10 14:11:27 +03:00
..
2024-06-07 06:44:59 +08:00
2024-01-11 09:13:37 +02:00
2024-06-21 14:29:48 +08:00
2024-01-11 09:13:37 +02:00
2024-06-25 12:11:28 +03:00
2024-06-21 14:29:48 +08:00