From e7d035d55d3914b29b1a51d765953dd0165877fd Mon Sep 17 00:00:00 2001 From: Alexey Ochapov Date: Mon, 7 Dec 2020 23:36:21 +0300 Subject: [PATCH] remove deduction guide for `fixed_string` --- include/fmt/compile.h | 3 --- 1 file changed, 3 deletions(-) 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;