rho-devel / rho

GNU General Public License v2.0
134 stars 23 forks source link

Cleanup use of isnan() and isfinite() #117

Closed kmillar closed 8 years ago

kmillar commented 8 years ago

For C++ code that #include's , ::isnan and ::isfinite might not exist. This change should fix compilation issues on those platforms.

kmillar commented 8 years ago

116

codecov-io commented 8 years ago

Current coverage is 70.08% (diff: 80.00%)

Merging #117 into master will increase coverage by <.01%

@@             master       #117   diff @@
==========================================
  Files           497        496     -1   
  Lines         93873      93871     -2   
  Methods        5781       5781          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          65780      65786     +6   
+ Misses        28093      28085     -8   
  Partials          0          0          

Powered by Codecov. Last update 299e531...f52daad