6 Jul
2014
6 Jul
'14
9 a.m.
On Fri, Jul 4, 2014 at 2:47 AM, Jonathan Wakely
On 1 July 2014 22:45, Felipe Magno de Almeida wrote:
I would hope Allocators would be added to ASIO in the standard. It is difficult to limit memory usage without Allocators in embedded systems.
I hate this recurring theme of "let's take something that works well today and then fsck it up by insisting it has allocator support"
We did that with std::experimental::any in Bristol, and it's now obvious that was a mistake. (Are we getting an NB comment on that and a wording change to fix it? :) Hopefully that example will help us reject any future "let's just add an allocator to this" changes that aren't driven by a well-thought-out argument and an implementation.