From 19a25ab280fc871b6e5da95df7f3368193c2e829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Be=C3=9Fler?= Date: Sun, 8 Sep 2024 21:30:08 +0200 Subject: [PATCH] Update Printable.h --- include/knowrob/Printable.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/knowrob/Printable.h b/include/knowrob/Printable.h index ebc82a7114..1ea8b49ebe 100644 --- a/include/knowrob/Printable.h +++ b/include/knowrob/Printable.h @@ -50,6 +50,7 @@ namespace knowrob { } //template T> struct fmt::formatter : fmt::ostream_formatter {}; +template <> struct fmt::formatter : fmt::ostream_formatter {}; /* template