distributed-ranges icon indicating copy to clipboard operation
distributed-ranges copied to clipboard

add missing copy functins to shp&mhp

Open haichangsi opened this issue 2 years ago • 0 comments

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

haichangsi avatar Oct 16 '23 11:10 haichangsi