diff --git a/Redcraft.Utility/Source/Public/Ranges/View.h b/Redcraft.Utility/Source/Public/Ranges/View.h index 70d151b..bc425ad 100644 --- a/Redcraft.Utility/Source/Public/Ranges/View.h +++ b/Redcraft.Utility/Source/Public/Ranges/View.h @@ -112,8 +112,6 @@ class TRangeView : public IBasicViewInterface> { public: - using FElementType = TIteratorElement; - FORCEINLINE constexpr TRangeView() requires (CDefaultConstructible) = default; FORCEINLINE constexpr TRangeView(I InFirst, S InLast) : First(MoveTemp(InFirst)), Last(InLast) { }