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

summaryrefslogtreecommitdiff
path: root/source/core/StarByteArray.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarByteArray.hpp')
-rw-r--r--source/core/StarByteArray.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/StarByteArray.hpp b/source/core/StarByteArray.hpp
index 051895f..9f63643 100644
--- a/source/core/StarByteArray.hpp
+++ b/source/core/StarByteArray.hpp
@@ -256,4 +256,6 @@ inline size_t hash<ByteArray>::operator()(ByteArray const& b) const {
}
+template <> struct fmt::formatter<Star::ByteArray> : ostream_formatter {};
+
#endif