22 Jun
2020
22 Jun
'20
3:44 p.m.
On Sun, Jun 21, 2020 at 11:32 PM Zach Laine via Boost
Allocators are a poor design, in that they are too general.
I agree that containers could do better than the general Allocator interface. But it does not then follow that making a container capable of using only the default allocator is an improvement. Regards