From 2a8a694466076eeb69ed5030545409d6bcaeb85b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 30 Nov 2023 08:20:01 -0800 Subject: [PATCH] Clarify that mixing code unit types is deprecated --- include/fmt/std.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;