diff options
author | Patrick Palka <ppalka@redhat.com> | 2023-04-14 10:31:54 -0400 |
---|---|---|
committer | Patrick Palka <ppalka@redhat.com> | 2023-04-14 10:31:54 -0400 |
commit | 2ab0d83e8880fe747af3f137aef382d2d4c09e4c (patch) | |
tree | 89c3d1ac46e2f45cce36a081380071a394633006 /gcc/ada/gcc-interface | |
parent | 7639bf34fa1942b0a56a0ba441637c1ce75e1127 (diff) | |
download | gcc-2ab0d83e8880fe747af3f137aef382d2d4c09e4c.zip gcc-2ab0d83e8880fe747af3f137aef382d2d4c09e4c.tar.gz gcc-2ab0d83e8880fe747af3f137aef382d2d4c09e4c.tar.bz2 |
libstdc++: Move down definitions of ranges::cbegin/cend/cetc
This moves down the definitions of the range const-access CPOs to after
the definition of input_range in preparation for implementing P2278R4
which redefines these CPOs in a way that indirectly uses input_range.
libstdc++-v3/ChangeLog:
* include/bits/ranges_base.h (__cust_access::__as_const)
(__cust_access::_CBegin, __cust::cbegin)
(__cust_access::_CEnd, __cust::cend)
(__cust_access::_CRBegin, __cust::crbegin)
(__cust_access::_CREnd, __cust::crend)
(__cust_access::_CData, __cust::cdata): Move down definitions to
shortly after the definition of input_range.
Diffstat (limited to 'gcc/ada/gcc-interface')
0 files changed, 0 insertions, 0 deletions