mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
add missing inline specifier (#3552)
This commit is contained in:
@ -73,7 +73,7 @@ void write_escaped_path(basic_memory_buffer<Char>& quoted,
|
||||
|
||||
# ifdef _WIN32
|
||||
template <>
|
||||
auto get_path_string<char>(const std::filesystem::path& p) {
|
||||
inline auto get_path_string<char>(const std::filesystem::path& p) {
|
||||
return to_utf8<wchar_t>(p.native(), to_utf8_error_policy::replace);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user