updated build system
Some checks are pending
BlockStorage/repertory/pipeline/head Build started...

This commit is contained in:
Scott E. Graves 2024-08-02 19:46:19 -05:00
parent df947db055
commit bba7f10703

View File

@ -395,7 +395,7 @@ format_path(string_t &path,
template <typename string_t>
[[nodiscard]] inline auto get_parent_api_path_t(
std::basic_string_view<typename string_t::value_type> path) -> string_t {
static auto slash_t = get_slash<typename string_t::value_type>();
auto slash_t = get_slash<typename string_t::value_type>();
string_t ret;
if (path == slash_t) {