fix(containers): fix the final qualifier of container's iterators

This commit is contained in:
2024-11-02 20:52:10 +08:00
parent 243076cfec
commit 728b91c317
6 changed files with 6 additions and 6 deletions

View File

@ -553,7 +553,7 @@ private:
ALLOCATOR_WRAPPER_END(AllocatorType, FNode, Impl)
template <bool bConst, typename U>
class TIteratorImpl
class TIteratorImpl final
{
public: