Open chriku opened 12 months ago
it seems to me like in some situations the allocator would need a destructor of a class named Alloc instead of _Alloc (as in the template parameter). This replaces it with the template parameter to call the main destructor
Alloc
_Alloc
it seems to me like in some situations the allocator would need a destructor of a class named
Alloc
instead of_Alloc
(as in the template parameter). This replaces it with the template parameter to call the main destructor