summary refs log tree commit diff stats
path: root/results/scraper/fex/146
blob: ffeb1af704963a7774bdcf3d7fff4671ff2c3ba3 (plain) (blame)
1
2
3
4
5
Convert all string formatting to {fmt}
Rather than `printf` and `cout` everywhere, [{fmt}](https://fmt.dev/latest/index.html) is the future

It's an implementation of std::format that works in versions of c++ before c++20. By standardising on {fmt} now, we can easily switch to `std::format` later.