...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::compute::inplace_merge
// In header: <boost/compute/algorithm/inplace_merge.hpp> template<typename Iterator> void inplace_merge(Iterator first, Iterator middle, Iterator last, command_queue & queue = system::default_queue());