From 57da8d5f2d0c50e857979ba74434893b0b392382 Mon Sep 17 00:00:00 2001 From: Dario Izzo Date: Thu, 20 Oct 2022 12:31:41 +0200 Subject: [PATCH] format for mpp missing rational<1> --- include/obake/detail/fmt_compat.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/obake/detail/fmt_compat.hpp b/include/obake/detail/fmt_compat.hpp index 53023c66..48590d8c 100644 --- a/include/obake/detail/fmt_compat.hpp +++ b/include/obake/detail/fmt_compat.hpp @@ -72,6 +72,10 @@ template <> struct formatter> : obake::detail::ostream_formatter { }; +template <> +struct formatter> : obake::detail::ostream_formatter { +}; + } // namespace fmt #endif