From 3e5cf3400273b0e4f8f96a3a87d2b9e57574eeec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Aug 2022 16:44:29 -0400 Subject: Upgrade to fmt 9.0.0 This library tends to break in annoying ways like this, so pin the major version to 9 to hopefully avoid these problems in the future. --- src/PortID.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/PortID.hpp') diff --git a/src/PortID.hpp b/src/PortID.hpp index 3c2fc58..54e4c5d 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -172,4 +172,7 @@ struct hash { } // namespace std +template<> +struct fmt::formatter : fmt::ostream_formatter {}; + #endif // PATCHAGE_PORTID_HPP -- cgit v1.2.1