gcc/libstdc++-v3
Patrick Palka 49bc1cf6c6 libstdc++: Rename concat_view::iterator to ::_Iterator
Even though 'iterator' is a reserved macro name, we can't use it as the
name of this implementation detail type since it could introduce name
lookup ambiguity in valid code, e.g.

  struct A { using iterator = void; }
  struct B : concat_view<...>, A { using type = iterator; };

libstdc++-v3/ChangeLog:

	* include/std/ranges (concat_view::iterator): Rename to ...
	(concat_view::_Iterator): ... this throughout.

Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
2025-02-19 23:05:40 -05:00
..
config libstdc++: Fix gnu.ver CXXABI_1.3.16 for Solaris [PR118701] 2025-02-05 09:59:56 +01:00
doc libstdc++: Fix incorrect DocBook element in manual 2025-01-08 12:45:36 +00:00
include libstdc++: Rename concat_view::iterator to ::_Iterator 2025-02-19 23:05:40 -05:00
libsupc++ Update copyright years. 2025-01-02 11:59:57 +01:00
po Update copyright years. 2025-01-02 11:59:57 +01:00
python libstdc++: Make GDB skip over some library functions [PR118260] 2025-01-08 12:45:38 +00:00
scripts libstdc++: Fix gnu.ver CXXABI_1.3.16 for Solaris [PR118701] 2025-02-05 09:59:56 +01:00
src libstdc++: Implement LWG 2937 for std::filesystem::equivalent [PR118158] 2025-01-16 09:41:00 +00:00
testsuite libstdc++: Add conditional noexcept to remaining range access functions 2025-02-15 10:58:56 +00:00
.editorconfig
acinclude.m4
aclocal.m4
ChangeLog Daily bump. 2025-02-16 00:17:10 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-2021
ChangeLog-2022
ChangeLog-2023
ChangeLog-2024
config.h.in
configure
configure.ac
configure.host
crossconfig.m4
fragment.am
linkage.m4
Makefile.am Update copyright years. 2025-01-02 11:59:57 +01:00
Makefile.in
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.