Re: [PATCH] libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h

2021-06-21 Thread Jonathan Wakely via Gcc-patches
On Mon, 21 Jun 2021 at 14:37, Patrick Palka via Libstdc++ wrote: > > 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 too. > > libstdc++-v3/ChangeLog: > > * include/bits/ranges_cmp.h (__cpp_lib_ranges): Adjus

[PATCH] libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h

2021-06-21 Thread Patrick Palka via Gcc-patches
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 too. libstdc++-v3/ChangeLog: * include/bits/ranges_cmp.h (__cpp_lib_ranges): Adjust value. --- libstdc++-v3/include/bits/ranges_cmp.h | 2 +- 1 file changed, 1 i