? htdocs/gcc-7/.changes.html.swp Index: htdocs/gcc-7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.32 diff -u -r1.32 changes.html --- htdocs/gcc-7/changes.html 27 Nov 2016 12:54:13 -0000 1.32 +++ htdocs/gcc-7/changes.html 3 Jan 2017 10:54:01 -0000 @@ -287,13 +287,30 @@ std::chrono::round, and std::chrono::abs;
  • - std::clamp; + std::clamp, std::gcd, std::lcm, + 3-dimensional std::hypot; +
  • +
  • std::shared_mutex;
  • +
  • std::default_searcher, + std::boyer_moore_searcher and + std::boyer_moore_horspool_searcher; +
  • +
  • + Extraction and re-insertion of map and set nodes, try_emplace + members for maps, and functions for accessing containers + std::size, std::empty, and + std::data;
  • + std::shared_ptr support for arrays, std::shared_ptr<T>::weak_type, std::enable_shared_from_this<T>::weak_from_this(), and std::owner_less<void>;
  • +
  • std::as_const, std::not_fn, + std::has_unique_object_representations, + constexpr std::addressof. +
  • Thanks to Daniel Krügler, Tim Shen, Edward Smith-Rowland, and Ville Voutilainen for work on the C++17 support.