mirror of
https://github.com/boostorg/compute.git
synced 2026-01-31 20:12:23 +00:00
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().