Re: [PING][PATCH v2 2/2] libstdc++: Use new built-in trait __is_signed

2023-09-04 Thread Jonathan Wakely via Gcc-patches
On Fri, 1 Sept 2023 at 14:01, Ken Matsui wrote: > > Ping for the use of __is_signed built-in. > > Sincerely, > Ken Matsui > > > On Wed, Jul 12, 2023 at 6:45 PM Ken Matsui wrote: > > > > This patch lets libstdc++ use new built-in trait __is_signed. OK for trunk after the built-in is approved for

[PING][PATCH v2 2/2] libstdc++: Use new built-in trait __is_signed

2023-09-01 Thread Ken Matsui via Gcc-patches
Ping for the use of __is_signed built-in. Sincerely, Ken Matsui On Wed, Jul 12, 2023 at 6:45 PM Ken Matsui wrote: > > This patch lets libstdc++ use new built-in trait __is_signed. > > libstdc++-v3/ChangeLog: > > * include/std/type_traits (is_signed): Use __is_signed built-in trait. >