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

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

View File

@ -975,7 +975,7 @@ private:
private: private:
template <bool bConst, typename U> template <bool bConst, typename U>
class TIteratorImpl class TIteratorImpl final
{ {
public: public:

View File

@ -299,7 +299,7 @@ private:
public: public:
class Iterator class Iterator final
{ {
public: public:

View File

@ -931,7 +931,7 @@ public:
private: private:
template <bool bConst> template <bool bConst>
class TIteratorImpl class TIteratorImpl final
{ {
public: public:

View File

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

View File

@ -123,7 +123,7 @@ public:
private: private:
template <bool bConst, typename U> template <bool bConst, typename U>
class TIteratorImpl class TIteratorImpl final
{ {
public: public:

View File

@ -532,7 +532,7 @@ public:
private: private:
template <bool bConst> template <bool bConst>
class TIteratorImpl class TIteratorImpl final
{ {
private: private: