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

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