fix(containers): fix the final qualifier of container's iterators
This commit is contained in:
@ -975,7 +975,7 @@ private:
|
||||
private:
|
||||
|
||||
template <bool bConst, typename U>
|
||||
class TIteratorImpl
|
||||
class TIteratorImpl final
|
||||
{
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user