> > > +template
> > > > > _Sent, weakly_incrementable _Tp>
> > > > > + requires indirectly_writable<_Out, const _Tp&>
> > > > > + constexpr iota_result<_Out, _Tp>
> > > > > + operator()
t; > > + requires indirectly_writable<_Out, const _Tp&>
> > > > + constexpr iota_result<_Out, _Tp>
> > > > + operator()(_Out __first, _Sent __last, _Tp __value) const
> > > > + {
> > > > + while (
On Mon, 14 Nov 2022 at 10:17, Daniel Krügler wrote:
>
> Am Mo., 14. Nov. 2022 um 11:09 Uhr schrieb Jonathan Wakely via
> Libstdc++ :
> >
> > On Mon, 14 Nov 2022 at 04:52, Patrick Palka via Libstdc++
> > wrote:
> > >
> > > Tested on x86_64-pc-linux-gnu, does this look OK for trunk?
> > >
> > > lib
Am Mo., 14. Nov. 2022 um 11:09 Uhr schrieb Jonathan Wakely via
Libstdc++ :
>
> On Mon, 14 Nov 2022 at 04:52, Patrick Palka via Libstdc++
> wrote:
> >
> > Tested on x86_64-pc-linux-gnu, does this look OK for trunk?
> >
> > libstdc++-v3/ChangeLog:
> >
> > * include/bits/ranges_algo.h (out_va
On Mon, 14 Nov 2022 at 04:52, Patrick Palka via Libstdc++
wrote:
>
> Tested on x86_64-pc-linux-gnu, does this look OK for trunk?
>
> libstdc++-v3/ChangeLog:
>
> * include/bits/ranges_algo.h (out_value_result): Define.
> (iota_result): Define.
> (__iota_fn, iota): Define.
>
Tested on x86_64-pc-linux-gnu, does this look OK for trunk?
libstdc++-v3/ChangeLog:
* include/bits/ranges_algo.h (out_value_result): Define.
(iota_result): Define.
(__iota_fn, iota): Define.
* testsuite/25_algorithms/iota/1.cc: New test.
---
libstdc++-v3/include/b