mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
The message argument is usually taken from a temporary variable constructed with the format() function. It is more efficient to pass it by value and move it along the constructor chain.