distributed-ranges
distributed-ranges copied to clipboard
add missing copy functins to shp&mhp
Add missing siugnatures, test them, then remove ifdef in below sort code of sort benchmarking.
#ifdef BENCH_SHP
xhp::copy(local.begin(), local.end(), rng::begin(*a));
#else
xhp::copy(local, rng::begin(*a));
#endif