mirror of
https://github.com/boostorg/math.git
synced 2026-01-27 07:02:08 +00:00
* Remove in-loop calls to push_back thus eliminating the possibility of multiple reallocations of memory to the underlying vector. * Remove redundant `sign` parameter from the addition method * Delete the unused `detail::identity` struct