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:
@ -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,
|
auto create_error_message(std::string_view function_name,
|
||||||
std::vector<std::string_view> items) -> std::string {
|
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);
|
return create_error_message(items);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user