commit 578a32e2f9215ccf96bd580d275fa12c22aa45a5 Author: Jonathan Wakely Date: Fri Feb 21 10:27:39 2020 +0000 Document more libstdc++ changes diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 5a959a10..2920714a 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -348,13 +348,22 @@ a work-in-progress.

  • std::ssize, std::to_array.
  • - <concepts> and some parts of - <ranges>. + Library concepts in <concepts> and + <iterator>.
  • -
  • <compare>.
  • -
  • <numbers>.
  • +
  • + Constrained algorithms in <ranges> and + <memory> (thanks to Patrick Palka). +
  • +
  • Three-way comparisons in <compare>.
  • +
  • + std::construct_at, std::destroy, + constexpr std::allocator. +
  • +
  • Mathematical constants in <numbers>.
  • +
  • Support for RDSEED in std::random_device.
  • Reduced header dependencies, leading to faster compilation for some code.