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