Subject: Re: [boost] [review] The review of Boost.DoubleEnded starts today: September 21 - September 30
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2017-09-29 14:34:56


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