Skip to content
Snippets Groups Projects
  • Vasileios Karakasis's avatar
    Fixes Clang 7.0 failure to compile. · 870d5eb7
    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