all tests except one ok on map
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user