diff --git a/include/fmt/compile.h b/include/fmt/compile.h index 1332eb21..65aeb445 100644 --- a/include/fmt/compile.h +++ b/include/fmt/compile.h @@ -55,9 +55,6 @@ template struct fixed_string { Char data[N]{}; }; -template -fixed_string(const Char (&str)[N]) -> fixed_string; - template Str> struct udl_compiled_string : compiled_string { using char_type = Char;