diff --git a/support/3rd_party/include/utils/path.hpp b/support/3rd_party/include/utils/path.hpp index c4165bc4..2b465b19 100644 --- a/support/3rd_party/include/utils/path.hpp +++ b/support/3rd_party/include/utils/path.hpp @@ -395,7 +395,7 @@ format_path(string_t &path, template [[nodiscard]] inline auto get_parent_api_path_t( std::basic_string_view path) -> string_t { - static auto slash_t = get_slash(); + auto slash_t = get_slash(); string_t ret; if (path == slash_t) {