mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +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.