We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4214ae commit 757564fCopy full SHA for 757564f
include/fmt/std.h
@@ -73,7 +73,7 @@ void write_escaped_path(basic_memory_buffer<Char>& quoted,
73
74
# ifdef _WIN32
75
template <>
76
-auto get_path_string<char>(const std::filesystem::path& p) {
+inline auto get_path_string<char>(const std::filesystem::path& p) {
77
return to_utf8<wchar_t>(p.native(), to_utf8_error_policy::replace);
78
}
79
0 commit comments