public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-7153] libstdc++: Removed a duplicate define directive for __glibcxx_want_ranges_iota
@ 2024-01-11 20:16 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2024-01-11 20:16 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:adbc46942aee754238c1e8457b18ffb506018dc1

commit r14-7153-gadbc46942aee754238c1e8457b18ffb506018dc1
Author: Michael Levine <mlevine55@bloomberg.net>
Date:   Thu Jan 11 15:22:32 2024 +0000

    libstdc++: Removed a duplicate define directive for __glibcxx_want_ranges_iota
    
    libstdc++-v3/ChangeLog:
    
            * include/std/ranges (__glibcxx_want_ranges_iota): Remove
            duplicate definition.
    
    Signed-off-by: Michael Levine <mlevine55@bloomberg.net>
    Reviewed-by: Jonathan Wakely <jwakely@redhat.com>

Diff:
---
 libstdc++-v3/include/std/ranges | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libstdc++-v3/include/std/ranges b/libstdc++-v3/include/std/ranges
index aa7b288ba4d..5ef4443fc64 100644
--- a/libstdc++-v3/include/std/ranges
+++ b/libstdc++-v3/include/std/ranges
@@ -59,7 +59,6 @@
 #define __glibcxx_want_ranges_chunk_by
 #define __glibcxx_want_ranges_enumerate
 #define __glibcxx_want_ranges_iota
-#define __glibcxx_want_ranges_iota
 #define __glibcxx_want_ranges_join_with
 #define __glibcxx_want_ranges_repeat
 #define __glibcxx_want_ranges_slide

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-11 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11 20:16 [gcc r14-7153] libstdc++: Removed a duplicate define directive for __glibcxx_want_ranges_iota Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).