mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
AK: Mark RedBlackTree as final
This commit is contained in:
parent
86b02a678c
commit
deda32628a
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
template<Integral K, typename V>
|
template<Integral K, typename V>
|
||||||
class RedBlackTree : public BaseRedBlackTree<K> {
|
class RedBlackTree final : public BaseRedBlackTree<K> {
|
||||||
public:
|
public:
|
||||||
RedBlackTree() = default;
|
RedBlackTree() = default;
|
||||||
virtual ~RedBlackTree() override
|
virtual ~RedBlackTree() override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue