From edb996ebfdba926ced8c082d97c737df11702e65 Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Fri, 12 Jan 2024 15:42:17 +0100 Subject: [PATCH] add fmt::formatter for Dino::IoextPorts Signed-off-by: Niklas Eiling --- fpga/include/villas/fpga/ips/dino.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fpga/include/villas/fpga/ips/dino.hpp b/fpga/include/villas/fpga/ips/dino.hpp index b0f7d977b..01771ab47 100644 --- a/fpga/include/villas/fpga/ips/dino.hpp +++ b/fpga/include/villas/fpga/ips/dino.hpp @@ -138,4 +138,7 @@ private: #ifndef FMT_LEGACY_OSTREAM_FORMATTER template <> class fmt::formatter : public fmt::ostream_formatter {}; +template <> +class fmt::formatter + : public fmt::ostream_formatter {}; #endif