-
Vasileios Karakasis authored
* 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()`.
870d5eb7