mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-25 19:50:05 +00:00
add missing inline specifier (#3552)
This commit is contained in:
parent
f4214ae8dd
commit
757564f5cd
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user