This commit is contained in:
parent
df947db055
commit
bba7f10703
2
support/3rd_party/include/utils/path.hpp
vendored
2
support/3rd_party/include/utils/path.hpp
vendored
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user