updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
5ae58655a1
commit
ab71371e04
@ -116,7 +116,7 @@ auto create_error_message(std::vector<std::string_view> items) -> std::string {
|
||||
|
||||
auto create_error_message(std::string_view function_name,
|
||||
std::vector<std::string_view> items) -> std::string {
|
||||
items.insert(std::next(items.begin()), function_name);
|
||||
items.insert(items.begin(), function_name);
|
||||
return create_error_message(items);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user