Re: [committed] libstdc++: Replace _CharT template parameter with CharT in format tests.

2025-06-13 Thread Daniel Krügler
Am Fr., 13. Juni 2025 um 09:33 Uhr schrieb Tomasz Kamiński < tkami...@redhat.com>: > As pointed out by Daniel Krügler we do not need to use reserved name > in tests. > > libstdc++-v3/ChangeLog: > > * testsuite/23_containers/vector/bool/format.cc: Replaced _CharT > with CharT. >

[committed] libstdc++: Replace _CharT template parameter with CharT in format tests.

2025-06-13 Thread Tomasz Kamiński
As pointed out by Daniel Krügler we do not need to use reserved name in tests. libstdc++-v3/ChangeLog: * testsuite/23_containers/vector/bool/format.cc: Replaced _CharT with CharT. * testsuite/std/format/debug.cc: Likewise. * testsuite/std/format/ranges/adaptors.cc: