diff --git a/include/fmt/base.h b/include/fmt/base.h index 1b8f38f01fff..ab915c5aa20e 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -2811,8 +2811,6 @@ using format_string = basic_format_string...>; inline auto runtime(string_view s) -> runtime_format_string<> { return {{s}}; } #endif -template -using format_string = basic_format_string...>; /** Formats a string and writes the output to ``out``. */ template ,