diff --git a/include/fmt/std.h b/include/fmt/std.h index 8d93b985..84e4497a 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -30,8 +30,8 @@ void write_escaped_path(basic_memory_buffer& quoted, } # ifdef _WIN32 template <> -void write_escaped_path(basic_memory_buffer& quoted, - const std::filesystem::path& p) { +inline void write_escaped_path(basic_memory_buffer& quoted, + const std::filesystem::path& p) { auto s = p.u8string(); write_escaped_string( std::back_inserter(quoted), @@ -39,7 +39,7 @@ void write_escaped_path(basic_memory_buffer& quoted, } # endif template <> -void write_escaped_path( +inline void write_escaped_path( basic_memory_buffer& quoted, const std::filesystem::path& p) { write_escaped_string(