all tests except one ok on map

This commit is contained in:
hugogogo
2022-06-21 18:38:28 +02:00
parent 844701201f
commit 0d98268a74
7 changed files with 215 additions and 199 deletions

View File

@@ -163,9 +163,10 @@ public:
// get_allocator -----------------------------
allocator_type get_allocator() const;
// TMP non privat
bst_map _bst;
private:
bst_map _bst;
allocator_type _allocator;
key_compare _comp;