ossama-othman / MaRC

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

Remove MaRC::optional<> class template. #115

Closed ossama-othman closed 3 years ago

ossama-othman commented 3 years ago

MaRC::optional<> is no longer needed since MaRC now uses std::optional<> defined by the C++17 standard.