Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarOrderedSet.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarOrderedSet.hpp')
-rw-r--r--source/core/StarOrderedSet.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/StarOrderedSet.hpp b/source/core/StarOrderedSet.hpp
index 319db79..1f42132 100644
--- a/source/core/StarOrderedSet.hpp
+++ b/source/core/StarOrderedSet.hpp
@@ -427,4 +427,7 @@ std::ostream& operator<<(std::ostream& os, OrderedSetWrapper<Map, Value, Allocat
}
+template <template <typename...> class Map, typename Value, typename Allocator, typename... Args>
+struct fmt::formatter<Star::OrderedSetWrapper<Map, Value, Allocator, Args...>> : ostream_formatter {};
+
#endif