mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
AK: Set IntrusiveRBTree Node key on insertion instead of construction
This makes the API look much nicer.
This commit is contained in:
parent
1db9250766
commit
cb9720baab
3 changed files with 33 additions and 37 deletions
|
@ -38,6 +38,9 @@ public:
|
|||
: key(key)
|
||||
{
|
||||
}
|
||||
Node()
|
||||
{
|
||||
}
|
||||
virtual ~Node() {};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue