Re: [committed] libstdc++: Add missing __cpp_lib_format macro to

2023-03-22 Thread Jonathan Wakely via Gcc-patches
On Wed, 22 Mar 2023 at 19:46, Jonathan Wakely wrote: > > > On Wed, 22 Mar 2023 at 17:59, Daniel Krügler > wrote: > >> Am Mi., 22. März 2023 um 18:53 Uhr schrieb Jonathan Wakely via >> Libstdc++ : >> > >> > Tested powerpc64le-linux, pushed to trunk. >> > >> > -- >8-- >> > >> > libstdc++-v3/Change

Re: [committed] libstdc++: Add missing __cpp_lib_format macro to

2023-03-22 Thread Jonathan Wakely via Gcc-patches
On Wed, 22 Mar 2023 at 17:59, Daniel Krügler wrote: > Am Mi., 22. März 2023 um 18:53 Uhr schrieb Jonathan Wakely via > Libstdc++ : > > > > Tested powerpc64le-linux, pushed to trunk. > > > > -- >8-- > > > > libstdc++-v3/ChangeLog: > > > > * include/std/version (__cpp_lib_format): Define. >

Re: [committed] libstdc++: Add missing __cpp_lib_format macro to

2023-03-22 Thread Daniel Krügler via Gcc-patches
Am Mi., 22. März 2023 um 18:53 Uhr schrieb Jonathan Wakely via Libstdc++ : > > Tested powerpc64le-linux, pushed to trunk. > > -- >8-- > > libstdc++-v3/ChangeLog: > > * include/std/version (__cpp_lib_format): Define. > * testsuite/std/format/functions/format.cc: Check it. > --- > li

[committed] libstdc++: Add missing __cpp_lib_format macro to

2023-03-22 Thread Jonathan Wakely via Gcc-patches
Tested powerpc64le-linux, pushed to trunk. -- >8-- libstdc++-v3/ChangeLog: * include/std/version (__cpp_lib_format): Define. * testsuite/std/format/functions/format.cc: Check it. --- libstdc++-v3/include/std/version | 1 + .../testsuite/std/format/functions/for