2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-24 03:52:14 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Kyle Lutz
fab7be5f43 Add inplace_merge() algorithm
This adds a simple inplace_merge() algorithm which merges
two contiguous sorted ranges in-place.

For now, the implementation simply copies the ranges to
two temporary vectors and calls merge().
2013-05-20 20:50:12 -04:00