diff --git a/AK/Span.h b/AK/Span.h index 972b002f15..022757df13 100644 --- a/AK/Span.h +++ b/AK/Span.h @@ -257,6 +257,8 @@ struct Traits> : public GenericTraits> { } return hash; } + + constexpr static bool is_trivial() { return true; } }; using ReadonlyBytes = Span;