Make MetricKey hashable

This commit is contained in:
2025-08-28 17:10:56 -04:00
parent 9c89eba6c8
commit ca5b299da8
2 changed files with 29 additions and 5 deletions

View File

@@ -3,8 +3,10 @@
#include "arena_allocator.hpp"
#include <initializer_list>
#include <span>
#include <string>
#include <string_view>
#include <type_traits>
#include <vector>
namespace metric {