Skip to content

Commit

Permalink
add missing inline specifier (#3552)
Browse files Browse the repository at this point in the history
  • Loading branch information
razaqq authored Jul 27, 2023
1 parent f4214ae commit 757564f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/std.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 757564f

Please sign in to comment.