On Wed, 26 Apr 2023 at 13:52, Patrick Palka via Libstdc++ < libstdc++@gcc.gnu.org> wrote: > Does this look OK for wwwdocs? > > --- > htdocs/gcc-13/changes.html | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html > index 7b64b2e5..191d0a4d 100644 > --- a/htdocs/gcc-13/changes.html > +++ b/htdocs/gcc-13/changes.html > @@ -370,7 +370,17 @@ You may also want to check out our > views::pairwise, views::slide, > views::chunk, views::chunk_by, > views::repeat, views::chunk_by, > - views::cartesian_product, > views::as_rvalue. > + views::cartesian_product, > views::as_rvalue, > + views::enumerate, views::as_const. > + > +
  • Additions to the <algorithm> header: > + ranges::contains, > ranges::contains_subrange, > + ranges::iota, ranges::find_last, > + ranges::find_last_if, > ranges::find_last_if_not, > + ranges::fold_left, > ranges::fold_left_first, > + ranges::fold_right, > ranges::fold_right_last, > + ranges::fold_left_with_iter > OK with a comma at the end of the line above, thanks. > + ranges::fold_left_first_with_iter. >
  • >
  • Monadic operations for std::expected.
  • >
  • Constexpr std::bitset, std::to_chars > -- > 2.40.1.423.g2807bd2c10 > >