diff --git a/AK/DistinctNumeric.h b/AK/DistinctNumeric.h index 7cb9f2e42e..9d3bc3b4bc 100644 --- a/AK/DistinctNumeric.h +++ b/AK/DistinctNumeric.h @@ -89,6 +89,8 @@ class DistinctNumeric { constexpr static Option options { Opts()... }; public: + using Type = T; + constexpr DistinctNumeric() = default; constexpr DistinctNumeric(T value)