gcc/libstdc++-v3/testsuite
Jonathan Wakely 7bc72a3d20
libstdc++: Add conditional noexcept to remaining range access functions
Add conditional noexcept to the remaining range access functions that
were not changed in r15-5669-g8692cb10e82e72. This is now being proposed
for C++26 by P3623R0 (not published yet).

libstdc++-v3/ChangeLog:

	* include/bits/range_access.h (rbegin, rend, crbegin, crend):
	Add conditional noexcept, as per P3623R0.
	* testsuite/24_iterators/headers/iterator/range_access.cc: Add
	noexcept-specifier to rbegin, rend, crbegin and crend
	declarations.
2025-02-15 10:58:56 +00:00
..
17_intro
18_support
19_diagnostics
20_util
21_strings
22_locale
23_containers libstdc++: Fix use of make_pair that used ADL 2025-02-14 15:33:12 +00:00
24_iterators libstdc++: Add conditional noexcept to remaining range access functions 2025-02-15 10:58:56 +00:00
25_algorithms
26_numerics
27_io
28_regex
29_atomics
30_threads
abi
backward
config
data
decimal
experimental
ext
lib GCN, nvptx: 'sorry, unimplemented: exception handling not supported' 2025-02-08 12:37:07 +01:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
libstdc++-xmethods
performance
special_functions
std
tr1
tr2
util
Makefile.am
Makefile.in