Fixes Clang 7.0 failure to compile.
* Container assignment requires that the elements of the target container are copy constructible, whereas `unique_ptr`s in Clang 7.0 are only move constructible, preventing `rangeutil.hpp` from compiling. * Includes correct header (`<numeric>`) that provides `std::accumulate()`.
Please register or sign in to comment