On 28/02/20 12:57 -0500, Patrick Palka wrote:
On Fri, 28 Feb 2020, Jonathan Wakely wrote:
On 26/02/20 10:28 -0500, Patrick Palka wrote:
> On Wed, 26 Feb 2020, Jonathan Wakely wrote:
>
> > On 25/02/20 15:36 -0500, Patrick Palka wrote:
> > > This adds constexpr to 11 algorithms defined in as per
On Fri, 28 Feb 2020, Jonathan Wakely wrote:
> On 26/02/20 10:28 -0500, Patrick Palka wrote:
> > On Wed, 26 Feb 2020, Jonathan Wakely wrote:
> >
> > > On 25/02/20 15:36 -0500, Patrick Palka wrote:
> > > > This adds constexpr to 11 algorithms defined in as per
> > > P1645R1.
> > > >
> > > > Tested
On 26/02/20 10:28 -0500, Patrick Palka wrote:
On Wed, 26 Feb 2020, Jonathan Wakely wrote:
On 25/02/20 15:36 -0500, Patrick Palka wrote:
> This adds constexpr to 11 algorithms defined in as per P1645R1.
>
> Tested on x86_64-pc-linux-gnu, OK to commit?
>
> libstdc++-v3/ChangeLog:
>
>P1645R1
On Wed, 26 Feb 2020, Jonathan Wakely wrote:
> On 25/02/20 15:36 -0500, Patrick Palka wrote:
> > This adds constexpr to 11 algorithms defined in as per P1645R1.
> >
> > Tested on x86_64-pc-linux-gnu, OK to commit?
> >
> > libstdc++-v3/ChangeLog:
> >
> > P1645R1 constexpr for algorithms
> >
On 25/02/20 15:36 -0500, Patrick Palka wrote:
This adds constexpr to 11 algorithms defined in as per P1645R1.
Tested on x86_64-pc-linux-gnu, OK to commit?
libstdc++-v3/ChangeLog:
P1645R1 constexpr for algorithms
* include/bits/stl_numeric.h (iota, accumulate, inner_product,
This adds constexpr to 11 algorithms defined in as per P1645R1.
Tested on x86_64-pc-linux-gnu, OK to commit?
libstdc++-v3/ChangeLog:
P1645R1 constexpr for algorithms
* include/bits/stl_numeric.h (iota, accumulate, inner_product,
partial_sum, adjacent_difference): Make c