bcat: Make ProgressServiceBackend's constructor take a std::string_view
Given the string is appended to another, we can make it a view so a redundant full copy of the string isn't made.
Loading
Please register or sign in to comment
Given the string is appended to another, we can make it a view so a redundant full copy of the string isn't made.