id summary reporter owner description type status milestone component version severity resolution keywords cc 12374 doku bug boost::adaptors::sliced brix@… Neil Groves " Precondition: 0 <= n && n <= m && m < distance(rng) must be Precondition: 0 <= n && n <= m && m =< distance(rng) example: std::vector vec; vec.push_back(3); auto wholeVectorSlice=boost::adaptors::slice(vec,0,vec.size()); //distance(rng)==1 Otherwise it woudln't be possible to include the last element of the input range in the slice. " Bugs new To Be Determined range Boost 1.61.0 Problem documentation joakimas@…