using functionning luke bst
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user