gcc/libstdc++-v3/testsuite/23_containers
Tomasz Kamiński ad56e4632b libstdc++: Replace _CharT template parameter with CharT in format tests.
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: Likewise.
	* testsuite/std/format/ranges/formatter.cc: Likewise.
	* testsuite/std/format/ranges/map.cc: Likewise.
	* testsuite/std/format/ranges/sequence.cc: Likewise.
	* testsuite/std/format/ranges/string.cc: Likewise.
	* testsuite/std/format/tuple.cc: Likewise.
	* testsuite/std/time/format/empty_spec.cc: Likewise.
	* testsuite/std/time/format/pr120114.cc: Likewise.
	* testsuite/std/time/format/pr120481.cc: Likewise.
	* testsuite/std/time/format/precision.cc: Likewise.
2025-06-13 09:19:35 +02:00
..
array Update copyright years. 2025-01-02 11:59:57 +01:00
deque libstdc++: Re-enable some XPASS tests for AIX 2025-05-29 14:03:50 +01:00
flat_map libstdc++: Fix flat_map::operator[] for const lvalue keys [PR120432] 2025-06-06 09:34:17 -04:00
flat_multimap libstdc++: Fix tuple/pair confusion with std::erase_if(flat_map) [PR120465] 2025-05-29 10:11:57 -04:00
flat_multiset libstdc++: Fix availability of std::erase_if(std::flat_foo) [PR119427] 2025-04-29 08:21:35 -04:00
flat_set libstdc++: Fix availability of std::erase_if(std::flat_foo) [PR119427] 2025-04-29 08:21:35 -04:00
forward_list libstdc++: Remove unnecessary dg-prune-output from tests 2025-04-24 23:12:04 +01:00
headers Update copyright years. 2025-01-02 11:59:57 +01:00
list libstdc++: Remove unnecessary dg-prune-output from tests 2025-04-24 23:12:04 +01:00
map libstdc++: [_GLIBCXX_INLINE_VERSION] Fix tests failures 2025-04-30 07:23:43 +02:00
mdspan libstdc++: Uglify __mapping_alike template parameter and fix test and typo in comment. 2025-06-12 11:57:14 +02:00
multimap libstdc++: [_GLIBCXX_INLINE_VERSION] Fix tests failures 2025-04-30 07:23:43 +02:00
multiset libstdc++: Remove unnecessary dg-prune-output from tests 2025-04-24 23:12:04 +01:00
priority_queue libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055] 2025-04-11 13:56:03 +02:00
queue libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055] 2025-04-11 13:56:03 +02:00
set libstdc++: Remove unnecessary dg-prune-output from tests 2025-04-24 23:12:04 +01:00
span libstdc++: add initializer_list constructor to std::span (P2447R6) 2025-01-08 12:45:38 +00:00
stack libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055] 2025-04-11 13:56:03 +02:00
unordered_map libstdc++: Re-enable some XPASS tests for AIX 2025-05-29 14:03:50 +01:00
unordered_multimap libstdc++: Re-enable some XPASS tests for AIX 2025-05-29 14:03:50 +01:00
unordered_multiset libstdc++: Re-enable some XPASS tests for AIX 2025-05-29 14:03:50 +01:00
unordered_set libstdc++: Re-enable some XPASS tests for AIX 2025-05-29 14:03:50 +01:00
vector libstdc++: Replace _CharT template parameter with CharT in format tests. 2025-06-13 09:19:35 +02:00
default_template_value.cc libstdc++: add default template parameters to algorithms 2024-09-22 17:45:05 +01:00