updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
1
support/3rd_party/include/utils/path.hpp
vendored
1
support/3rd_party/include/utils/path.hpp
vendored
@@ -241,6 +241,7 @@ template <typename string_t>
|
||||
&paths) -> string_t {
|
||||
format_path(path, get_directory_seperator<typename string_t::value_type>(),
|
||||
get_not_directory_seperator<typename string_t::value_type>());
|
||||
|
||||
return absolute(std::accumulate(
|
||||
paths.begin(), paths.end(), path, [](auto next_path, auto &&path_part) {
|
||||
if (next_path.empty()) {
|
||||
|
Reference in New Issue
Block a user