Re: [wwwdocs] Document more C++2a support in libstdc++

2018-07-04 Thread Jonathan Wakely
On 04/07/18 16:19 -0400, Tim Song wrote: On Wed, Jul 4, 2018 at 4:17 PM, Jonathan Wakely wrote: + std::is_trivially_convertible, and s/trivially/nothrow/ Oops, thanks - fixed by this patch, also committed. Index: htdocs/gcc-9/changes.html

Re: [wwwdocs] Document more C++2a support in libstdc++

2018-07-04 Thread Tim Song
On Wed, Jul 4, 2018 at 4:17 PM, Jonathan Wakely wrote: > + std::is_trivially_convertible, and s/trivially/nothrow/