Closed francocipollone closed 1 year ago
Related to https://github.com/maliput/maliput/issues/561
We are using fmt only in the test space.
Example:
https://github.com/maliput/maliput_malidrive/blob/9dec143592336f41c9a77b993b5867cfaaf9e74d/test/regression/xodr/parser_test.cc#L821-L885
Use custom methods in order to replace the use of fmt so that dependency can be removed
fmt
Related to https://github.com/maliput/maliput/issues/561
Summary
We are using fmt only in the test space.
Example:
https://github.com/maliput/maliput_malidrive/blob/9dec143592336f41c9a77b993b5867cfaaf9e74d/test/regression/xodr/parser_test.cc#L821-L885
Proposal
Use custom methods in order to replace the use of
fmt
so that dependency can be removed