ossama-othman / MaRC

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

Memory handling redesign #12

Closed ossama-othman closed 7 years ago

ossama-othman commented 7 years ago

Avoid using raw arrays in MaRC where possible. Instead leverage C++14 STL containers and smart pointers. The goal is to improve exception safety.