]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Do not define __cpp_lib_ranges_iota in <ranges>
authorJonathan Wakely <jwakely@redhat.com>
Tue, 15 Apr 2025 13:00:23 +0000 (14:00 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 15 Apr 2025 16:34:34 +0000 (17:34 +0100)
commit25775e73ea4d40a55a26b71c42cc6509caf4845f
tree97b8cc568a468e4ce517556773ad0c9eb1f0b915
parentdf59bf20d85384f56395f573f294ddd45327347a
libstdc++: Do not define __cpp_lib_ranges_iota in <ranges>

In r14-7153-gadbc46942aee75 we removed a duplicate definition of
__glibcxx_want_range_iota from <ranges>, but __cpp_lib_ranges_iota
should be defined in <ranges> at all.

libstdc++-v3/ChangeLog:

* include/std/ranges (__glibcxx_want_ranges_iota): Do not
define.
libstdc++-v3/include/std/ranges