mirror of
https://github.com/boostorg/math.git
synced 2026-01-27 07:02:08 +00:00
This change helps the polynomial class play well with STL containers. > If the move constructor for an element type in a container > is not noexcept then the container will use the copy constructor rather > than the move constructor -- HIC++ Version 4.0 Benchmarking shows that the number of calls to copy constructor are reduced.