Re: [v3 PATCH] PR libstdc++/84601

2018-03-06 Thread Jonathan Wakely
On 28/02/18 15:12 +0200, Ville Voutilainen wrote: >- // Payload for constexpr optionals. >+ // Payload for optionals with non-trivial destructor. > templatebool /*_HasTrivialDestructor*/ = >-is_trivially_destructible<_Tp>::value> >+is_trivially_destructible<_

Re: [v3 PATCH] PR libstdc++/84601

2018-02-28 Thread Ville Voutilainen
On 28 February 2018 at 14:27, Ville Voutilainen wrote: > Partially tested on Linux-x64, will run full suite on Linux-PPC64. Which didn't reveal anything I didn't know, but reminded me to adjust the negative tests. :) 2018-02-28 Ville Voutilainen PR libstdc++/84601 * include/std/optio