On 04/07/18 16:19 -0400, Tim Song wrote:
On Wed, Jul 4, 2018 at 4:17 PM, Jonathan Wakely <jwak...@redhat.com> wrote:
+ <code>std::is_trivially_convertible</code>, and
s/trivially/nothrow/
Oops, thanks - fixed by this patch, also committed.
Index: htdocs/gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.11
diff -u -r1.11 changes.html
--- htdocs/gcc-9/changes.html 4 Jul 2018 20:16:47 -0000 1.11
+++ htdocs/gcc-9/changes.html 4 Jul 2018 20:21:58 -0000
@@ -61,7 +61,7 @@
<ul>
<li>Improved experimental support for C++2a,
including type traits <code>std::remove_cvref</code>,
- <code>std::is_trivially_convertible</code>, and
+ <code>std::is_nothrow_convertible</code>, and
<code>std::type_identity</code>,
and headers <code><bit></code> and <code><version></code>.
</li>