29 Sep
2017
29 Sep
'17
2:34 p.m.
On Friday, September 29, 2017, Niall Douglas wrote:
Me personally, my biggest complaint with the STL containers is that you don't get direct control over when they call malloc or free.
Which standard library containers are you concerned about doing allocations beyond those allocations where they use the given Allocator instance and invoke its allocate() member function? Glen