2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 19:12:08 +00:00
Lakshay Garg 4fc8d43b4b make move constructor and operator= noexcept
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.
2017-08-22 12:41:32 +05:30
2016-02-05 13:59:45 +00:00
2017-07-26 19:10:31 +01:00
2014-08-18 15:07:15 +01:00
2017-05-02 19:23:13 +01:00
2017-06-17 18:07:26 +01:00
2017-08-04 16:48:44 +01:00
2007-10-11 11:51:19 +00:00
Description
Mirrored via gitea-mirror
BSL-1.0 223 MiB
Languages
C++ 96.9%
Cuda 2.1%
HTML 0.7%
C 0.2%