Boost logo

Boost :

Subject: Re: [boost] [math] Enable move semantics for polynomials
From: Robert Ramey (ramey_at_[hidden])
Date: 2017-08-13 21:05:38


On 8/13/17 4:31 AM, Lakshay Garg via Boost wrote:
> Hello all
>
> The polynomial class in boost.math does not support move sematics. I tried
> to implement them and found that they immediately lead to significant
> improvements in performance (benchmarking using google-benchmark).
>
> I would like to get the changes merged into the main repository. I
> understand that boost accepts very high quality C++ code and since this
> will be my first time contributing to boost I am looking forward to
> assistance from other experienced contributors.
>
> Could someone please advise me on how to move forward and get the changes
> merged.

Sounds worthwhile. While you're at it, how about considering making all
the functions constexpr ?

Robert Ramey


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk