using functionning luke bst

This commit is contained in:
hugogogo
2022-06-20 19:05:52 +02:00
parent 8c181b6407
commit c7114c1db2
8 changed files with 1056 additions and 11 deletions

View File

@@ -10,10 +10,11 @@ TEST_M(tests_map_simple)
TITLE(simple test)
typename ft::map<T, U> mp;
// typename std::map<T, U>::iterator it;
//
// mp[VALT('a')] = VALU(10);
//
typename std::map<T, U>::iterator it;
mp[VALT('a')] = VALU(10);
// it = mp.begin();
// PRINT(mp)
DELETE