util/IntrusiveTreeSet: new class

This commit is contained in:
Max Kellermann
2024-04-02 11:37:50 +02:00
committed by Max Kellermann
parent 6a99f20828
commit 5a0bad3b2f
4 changed files with 1045 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ test(
'TestIntrusiveForwardList.cxx',
'TestIntrusiveHashSet.cxx',
'TestIntrusiveList.cxx',
'TestIntrusiveTreeSet.cxx',
'TestMimeType.cxx',
'TestRingBuffer.cxx',
'TestSplitString.cxx',