We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c710bfa commit 12acd79Copy full SHA for 12acd79
include/fmt/xchar.h
@@ -87,8 +87,8 @@ template <> struct is_char<char32_t> : std::true_type {};
87
88
template <typename... T>
89
constexpr auto make_wformat_args(T&... args)
90
- -> decltype(make_format_args<wformat_context>(args...)) {
91
- return make_format_args<wformat_context>(args...);
+ -> decltype(fmt::make_format_args<wformat_context>(args...)) {
+ return fmt::make_format_args<wformat_context>(args...);
92
}
93
94
inline namespace literals {
0 commit comments