From f41b5a453525a185cf80ab65204d23ec27071f64 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 4 Oct 2020 13:50:58 +0200 Subject: [PATCH] AK: Add Formatter for FlyString :^) --- AK/Format.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AK/Format.h b/AK/Format.h index 2cb7c6e292..e4a8ff6509 100644 --- a/AK/Format.h +++ b/AK/Format.h @@ -259,6 +259,9 @@ struct Formatter : Formatter { template<> struct Formatter : Formatter { }; +template<> +struct Formatter : Formatter { +}; template struct Formatter::value>::Type> : StandardFormatter {