Y
Hacker News
new
|
ask
|
show
|
jobs
by
quuxplusone
163 days ago
That's only for the parallel overload. The ordinary sequential overload doesn't allocate: the only three ordinary STL algorithms that allocate are stable_sort, stable_partition, and (ironically) inplace_merge.