gcc/libstdc++-v3/include/bits
Patrick Palka 731444b3c3 libstdc++: Implement P2836R1 changes to const_iterator
libstdc++-v3/ChangeLog:

	* include/bits/stl_iterator.h (const_iterator): Define conversion
	operators as per P2836R1.
	* include/bits/version.def (ranges_as_const): Update value.
	* include/bits/version.h: Regenerate.
	* testsuite/24_iterators/const_iterator/1.cc (test04): New test.
	* testsuite/std/ranges/adaptors/as_const/1.cc: Adjust expected
	value of __cpp_lib_ranges_as_const.
	* testsuite/std/ranges/version_c++23.cc: Likewise.

Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
2024-01-15 15:13:53 -05:00
..
algorithmfwd.h Update copyright years. 2024-01-03 12:19:35 +01:00
align.h Update copyright years. 2024-01-03 12:19:35 +01:00
alloc_traits.h Update copyright years. 2024-01-03 12:19:35 +01:00
allocated_ptr.h Update copyright years. 2024-01-03 12:19:35 +01:00
allocator.h Update copyright years. 2024-01-03 12:19:35 +01:00
atomic_base.h Update copyright years. 2024-01-03 12:19:35 +01:00
atomic_futex.h Update copyright years. 2024-01-03 12:19:35 +01:00
atomic_timed_wait.h Update copyright years. 2024-01-03 12:19:35 +01:00
atomic_wait.h Update copyright years. 2024-01-03 12:19:35 +01:00
basic_ios.h Update copyright years. 2024-01-03 12:19:35 +01:00
basic_ios.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
basic_string.h Update copyright years. 2024-01-03 12:19:35 +01:00
basic_string.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
boost_concept_check.h Update copyright years. 2024-01-03 12:19:35 +01:00
c++0x_warning.h Update copyright years. 2024-01-03 12:19:35 +01:00
c++config Update copyright years. 2024-01-03 12:19:35 +01:00
char_traits.h libstdc++: Fix std::char_traits<C>::move [PR113200] 2024-01-05 10:23:35 +00:00
charconv.h Update copyright years. 2024-01-03 12:19:35 +01:00
chrono.h Update copyright years. 2024-01-03 12:19:35 +01:00
chrono_io.h libstdc++: Simplify some chrono formatters 2024-01-09 17:20:29 +00:00
codecvt.h Update copyright years. 2024-01-03 12:19:35 +01:00
concept_check.h Update copyright years. 2024-01-03 12:19:35 +01:00
cow_string.h Update copyright years. 2024-01-03 12:19:35 +01:00
cpp_type_traits.h Update copyright years. 2024-01-03 12:19:35 +01:00
deque.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
elements_of.h Update copyright years. 2024-01-03 12:19:35 +01:00
enable_special_members.h Update copyright years. 2024-01-03 12:19:35 +01:00
erase_if.h Update copyright years. 2024-01-03 12:19:35 +01:00
forward_list.h Update copyright years. 2024-01-03 12:19:35 +01:00
forward_list.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
fs_dir.h Update copyright years. 2024-01-03 12:19:35 +01:00
fs_fwd.h Update copyright years. 2024-01-03 12:19:35 +01:00
fs_ops.h Update copyright years. 2024-01-03 12:19:35 +01:00
fs_path.h Update copyright years. 2024-01-03 12:19:35 +01:00
fstream.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
functexcept.h Update copyright years. 2024-01-03 12:19:35 +01:00
functional_hash.h Update copyright years. 2024-01-03 12:19:35 +01:00
gslice.h Update copyright years. 2024-01-03 12:19:35 +01:00
gslice_array.h Update copyright years. 2024-01-03 12:19:35 +01:00
hashtable.h Update copyright years. 2024-01-03 12:19:35 +01:00
hashtable_policy.h Update copyright years. 2024-01-03 12:19:35 +01:00
indirect_array.h Update copyright years. 2024-01-03 12:19:35 +01:00
invoke.h Update copyright years. 2024-01-03 12:19:35 +01:00
ios_base.h Update copyright years. 2024-01-03 12:19:35 +01:00
istream.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
iterator_concepts.h Update copyright years. 2024-01-03 12:19:35 +01:00
list.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
locale_classes.h Update copyright years. 2024-01-03 12:19:35 +01:00
locale_classes.tcc libstdc++: Use if-constexpr in std::__try_use_facet [PR113099] 2024-01-05 10:23:35 +00:00
locale_conv.h Update copyright years. 2024-01-03 12:19:35 +01:00
locale_facets.h Update copyright years. 2024-01-03 12:19:35 +01:00
locale_facets.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
locale_facets_nonio.h Update copyright years. 2024-01-03 12:19:35 +01:00
locale_facets_nonio.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
localefwd.h Update copyright years. 2024-01-03 12:19:35 +01:00
mask_array.h Update copyright years. 2024-01-03 12:19:35 +01:00
max_size_type.h Update copyright years. 2024-01-03 12:19:35 +01:00
memory_resource.h Update copyright years. 2024-01-03 12:19:35 +01:00
memoryfwd.h Update copyright years. 2024-01-03 12:19:35 +01:00
mofunc_impl.h libstdc++: Fix typos in doxygen comments 2023-04-27 11:28:40 +01:00
move.h libstdc++/ranges: Use C++23 deducing this in _Pipe and _Partial 2024-01-11 13:14:46 -05:00
move_only_function.h libstdc++: Only declare feature test macros in standard headers 2023-11-16 08:10:19 +00:00
new_allocator.h Update copyright years. 2024-01-03 12:19:35 +01:00
node_handle.h Update copyright years. 2024-01-03 12:19:35 +01:00
ostream.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
ostream_insert.h Update copyright years. 2024-01-03 12:19:35 +01:00
out_ptr.h libstdc++: Add more Doxygen comments and another test for std::out_ptr 2023-11-17 14:46:30 +00:00
parse_numbers.h Update copyright years. 2024-01-03 12:19:35 +01:00
postypes.h Update copyright years. 2024-01-03 12:19:35 +01:00
predefined_ops.h Update copyright years. 2024-01-03 12:19:35 +01:00
ptr_traits.h Update copyright years. 2024-01-03 12:19:35 +01:00
quoted_string.h Update copyright years. 2024-01-03 12:19:35 +01:00
random.h Update copyright years. 2024-01-03 12:19:35 +01:00
random.tcc libstdc++: Fix non-portable results from 64-bit std::subtract_with_carry_engine [PR107466] 2024-01-13 00:11:44 +00:00
range_access.h Update copyright years. 2024-01-03 12:19:35 +01:00
ranges_algo.h Update copyright years. 2024-01-03 12:19:35 +01:00
ranges_algobase.h Update copyright years. 2024-01-03 12:19:35 +01:00
ranges_base.h Update copyright years. 2024-01-03 12:19:35 +01:00
ranges_cmp.h Update copyright years. 2024-01-03 12:19:35 +01:00
ranges_uninitialized.h Update copyright years. 2024-01-03 12:19:35 +01:00
ranges_util.h Update copyright years. 2024-01-03 12:19:35 +01:00
refwrap.h Update copyright years. 2024-01-03 12:19:35 +01:00
regex.h Update copyright years. 2024-01-03 12:19:35 +01:00
regex.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
regex_automaton.h Update copyright years. 2024-01-03 12:19:35 +01:00
regex_automaton.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
regex_compiler.h Update copyright years. 2024-01-03 12:19:35 +01:00
regex_compiler.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
regex_constants.h Update copyright years. 2024-01-03 12:19:35 +01:00
regex_error.h Update copyright years. 2024-01-03 12:19:35 +01:00
regex_executor.h Update copyright years. 2024-01-03 12:19:35 +01:00
regex_executor.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
regex_scanner.h Update copyright years. 2024-01-03 12:19:35 +01:00
regex_scanner.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
requires_hosted.h libstdc++: Mark headers that must be hosted as such [PR103626] 2022-10-03 15:43:48 +01:00
sat_arith.h libstdc++: Define C++26 saturation arithmetic functions (P0543R3) 2023-11-17 15:28:30 +00:00
semaphore_base.h Update copyright years. 2024-01-03 12:19:35 +01:00
shared_ptr.h Update copyright years. 2024-01-03 12:19:35 +01:00
shared_ptr_atomic.h Update copyright years. 2024-01-03 12:19:35 +01:00
shared_ptr_base.h Update copyright years. 2024-01-03 12:19:35 +01:00
slice_array.h Update copyright years. 2024-01-03 12:19:35 +01:00
specfun.h Update copyright years. 2024-01-03 12:19:35 +01:00
sstream.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
std_abs.h Update copyright years. 2024-01-03 12:19:35 +01:00
std_function.h Update copyright years. 2024-01-03 12:19:35 +01:00
std_mutex.h Update copyright years. 2024-01-03 12:19:35 +01:00
std_thread.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_algo.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_algobase.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_bvector.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_construct.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_deque.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_function.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_heap.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_iterator.h libstdc++: Implement P2836R1 changes to const_iterator 2024-01-15 15:13:53 -05:00
stl_iterator_base_funcs.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_iterator_base_types.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_list.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_map.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_multimap.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_multiset.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_numeric.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_pair.h libstdc++: Implement C++23 P1951R1 (Default Args for pair's Forwarding Ctor) [PR105505] 2024-01-12 09:45:53 +00:00
stl_queue.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_raw_storage_iter.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_relops.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_set.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_stack.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_tempbuf.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_tree.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_uninitialized.h Update copyright years. 2024-01-03 12:19:35 +01:00
stl_vector.h Update copyright years. 2024-01-03 12:19:35 +01:00
stream_iterator.h Update copyright years. 2024-01-03 12:19:35 +01:00
streambuf.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
streambuf_iterator.h Update copyright years. 2024-01-03 12:19:35 +01:00
string_view.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
stringfwd.h Update copyright years. 2024-01-03 12:19:35 +01:00
this_thread_sleep.h Update copyright years. 2024-01-03 12:19:35 +01:00
unicode-data.h libstdc++: Fix Unicode property detection functions 2024-01-09 23:42:59 +00:00
unicode.h libstdc++: Fix Unicode property detection functions 2024-01-09 23:42:59 +00:00
uniform_int_dist.h Update copyright years. 2024-01-03 12:19:35 +01:00
unique_lock.h Update copyright years. 2024-01-03 12:19:35 +01:00
unique_ptr.h Update copyright years. 2024-01-03 12:19:35 +01:00
unordered_map.h Update copyright years. 2024-01-03 12:19:35 +01:00
unordered_set.h Update copyright years. 2024-01-03 12:19:35 +01:00
uses_allocator.h Update copyright years. 2024-01-03 12:19:35 +01:00
uses_allocator_args.h Update copyright years. 2024-01-03 12:19:35 +01:00
utility.h libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for _Nth_type 2024-01-10 19:00:49 -05:00
valarray_after.h Update copyright years. 2024-01-03 12:19:35 +01:00
valarray_array.h Update copyright years. 2024-01-03 12:19:35 +01:00
valarray_array.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
valarray_before.h Update copyright years. 2024-01-03 12:19:35 +01:00
vector.tcc Update copyright years. 2024-01-03 12:19:35 +01:00
version.def libstdc++: Implement P2836R1 changes to const_iterator 2024-01-15 15:13:53 -05:00
version.h libstdc++: Implement P2836R1 changes to const_iterator 2024-01-15 15:13:53 -05:00
version.tpl Update copyright years. 2024-01-03 12:19:35 +01:00