diff --git a/include/fmt/std.h b/include/fmt/std.h index 61fe0cac..dde1292f 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -354,7 +354,7 @@ template struct formatter { FMT_EXPORT template struct formatter< - T, Char, + T, Char, // DEPRECATED! Mixing code unit types. typename std::enable_if::value>::type> { private: bool with_typename_ = false;