stable

range-v3-0.4.0-1.fc29

FEDORA-2018-cf48a1017f created by xvitaly 5 years ago for Fedora 29

Minor interface-breaking changes

  • single_view returns by const & (see #817).
  • reverse_view of a non-Sized, non-Bounded RandomAccess range (eg., a null-terminated string) no longer satisfies SizedRange.
  • The generate and generate_n views now return the generated values by xvalue reference (T &&) to the value cached within the view (see #905).
  • Views no longer prefer returning constant iterators when they can; some views have different constant and mutable iterators.

Enhancements

  • Views can successfully adapt other views that have different constant and mutable iterators.
  • The single, empty, and reverse views are much closer to the versions as specified in P0896.

Bug fixes

  • "single_view should not copy the value" #817.
  • "Calling back() on strided range does not return the correct last value in range" #901.
  • "generate(foo) | take(n) calls foo n+1 times" #819.
  • "generate seems broken with move-only return types" #905.
  • "Unexpected behavior in generate with return by reference" #807.
  • "Inconsistent behaviour of ranges::distance with ranges::view::zip using infinite views." #783.
  • "Infinite loop when using ranges::view::cycle with an infinite range" #780.
  • "Composing ranges::view::cycle with ranges::view::slice" #778.
  • "cartesian_product view, now with moar bugs." #919.

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf upgrade --refresh --advisory=FEDORA-2018-cf48a1017f

This update has been submitted for testing by xvitaly.

5 years ago

This update has been pushed to testing.

5 years ago

This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes

5 years ago

This update has been submitted for batched by xvitaly.

5 years ago

This update has been submitted for stable by xvitaly.

5 years ago

This update has been pushed to stable.

5 years ago

Please login to add feedback.

Metadata
Type
enhancement
Karma
0
Signed
Content Type
RPM
Test Gating
Settings
Unstable by Karma
-3
Stable by Karma
disabled
Stable by Time
disabled
Dates
submitted
5 years ago
in testing
5 years ago
in stable
5 years ago

Automated Test Results