Y
Hacker News
new
|
ask
|
show
|
jobs
by
jwakely
3328 days ago
GCC's std::allocator also doesn't do that (not for at least a decade, IIRC). It's a
non-default
allocator, which nobody is forced to use. It's entirely optional. The default std::allocator just uses new/delete.