ossama-othman / MaRC

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

Call math operations from 'std' namespace. #28

Closed ossama-othman closed 7 years ago

ossama-othman commented 7 years ago

Leverage C++1y improvements in math operations by calling all functions from the std namespace rather than the global namespace.