devosoft / Empirical

A library of tools for scientific software development, with emphasis on also being able to build web interfaces using Emscripten.
Other
86 stars 38 forks source link

Swap in stl gcd, lcm implementations #455

Closed mmore500 closed 3 years ago

mmore500 commented 3 years ago

Looks like these became available in C++17. A little less for us to have to maintain, plus we get constexpr for free.

codecov[bot] commented 3 years ago

Codecov Report

Merging #455 (9c213b3) into master (d2e1659) will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #455   +/-   ##
=======================================
  Coverage   82.96%   82.96%           
=======================================
  Files         306      306           
  Lines       37356    37356           
=======================================
+ Hits        30993    30994    +1     
+ Misses       6363     6362    -1     
Impacted Files Coverage Δ
include/emp/math/math.hpp 87.58% <ø> (ø)
include/emp/Evolve/World_select.hpp 96.41% <0.00%> (+0.39%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d2e1659...9c213b3. Read the comment docs.