ossama-othman / MaRC

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

Add MaRC matrix and vector formatters. #116

Closed ossama-othman closed 3 years ago

ossama-othman commented 3 years ago

Add template specializations of fmt::formatter<> that allow aMaRC::Matrix or MaRC::Vector to be directly formatted in a fmtlib call.

See Formatting User-Defined Types in the fmtlib API documentation for additional information.

ossama-othman commented 3 years ago

This change should also fix a build error when using fmtlib >= 7.0.