first commit

This commit is contained in:
Jose Caban
2025-06-07 11:34:38 -04:00
commit 0eb2d7c07d
4708 changed files with 1500614 additions and 0 deletions

7
extern/ustl/1.5/bvt/bvt11.std vendored Normal file
View File

@@ -0,0 +1,7 @@
set: { 1 2 3 4 6 8 9 }
erase(3): { 1 2 4 6 8 9 }
multiset: { 1 1 1 1 2 3 3 4 4 6 8 9 }
count(1) = 4
find(4) = 7
find(5) = false
erase(3): { 1 1 1 1 2 4 4 6 8 9 }