From: Patrick Palka Date: Mon, 21 Jun 2021 13:45:31 +0000 (-0400) Subject: libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h X-Git-Tag: basepoints/gcc-13~6612 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12bdd39755a25d237b7776153cbe03e171396fc5;p=thirdparty%2Fgcc.git libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h r12-1606 bumped the value of __cpp_lib_ranges defined in , but this macro is also defined in , so it needs to be updated there as well. libstdc++-v3/ChangeLog: * include/bits/ranges_cmp.h (__cpp_lib_ranges): Adjust value. --- diff --git a/libstdc++-v3/include/bits/ranges_cmp.h b/libstdc++-v3/include/bits/ranges_cmp.h index f859a33b2c1a..1d7da30dddfe 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 {