ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Leverage C++17 features. #125

Closed ossama-othman closed 2 years ago

ossama-othman commented 2 years ago

Remove MaRC implementations of C++17 features such as MaRC::hypot(), MaRC::size() and MaRC::data().

Enable use of some C++17 features such as constexpr methods and std::is_nothrow_swappable<>.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2863557488


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/marc/BilinearInterpolation.cpp 0 1 0.0%
src/FITS_image_t.cpp 2 3 66.67%
<!-- Total: 19 21 90.48% -->
Totals Coverage Status
Change from base Build 2862659212: 0.0%
Covered Lines: 3182
Relevant Lines: 3532

💛 - Coveralls