public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-9556] libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h
@ 2022-02-11 14:04 Patrick Palka
  0 siblings, 0 replies; only message in thread
From: Patrick Palka @ 2022-02-11 14:04 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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

commit r11-9556-gfdc75c820f0f6fa458f0325c2c222ad5e7a7d3ad
Author: Patrick Palka <ppalka@redhat.com>
Date:   Mon Jun 21 09:45:31 2021 -0400

    libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h
    
    r12-1606 bumped the value of __cpp_lib_ranges defined in <version>,
    but this macro is also defined in <bits/range_cmp.h>, so it needs to
    be updated there as well.
    
            PR libstdc++/103904
    
    libstdc++-v3/ChangeLog:
    
            * include/bits/ranges_cmp.h (__cpp_lib_ranges): Adjust value.
    
    (cherry picked from commit 12bdd39755a25d237b7776153cbe03e171396fc5)

Diff:
---
 libstdc++-v3/include/bits/ranges_cmp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/include/bits/ranges_cmp.h b/libstdc++-v3/include/bits/ranges_cmp.h
index f859a33b2c1..1d7da30dddf 100644
--- a/libstdc++-v3/include/bits/ranges_cmp.h
+++ b/libstdc++-v3/include/bits/ranges_cmp.h
@@ -57,7 +57,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
 #ifdef __cpp_lib_concepts
 // Define this here, included by all the headers that need to define it.
-#define __cpp_lib_ranges 201911L
+#define __cpp_lib_ranges 202106L
 
 namespace ranges
 {


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

only message in thread, other threads:[~2022-02-11 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 14:04 [gcc r11-9556] libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h Patrick Palka

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).