mirror of
https://github.com/boostorg/math.git
synced 2026-01-27 19:12:08 +00:00
4fc8d43b4b09ccf126f3db22b5df2c22ef7c6741
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.
Description
Languages
C++
96.9%
Cuda
2.1%
HTML
0.7%
C
0.2%