-
Geo Ster authored
* std::cout is not fit for our usecase, which is format heavy output. This results in a lot of code bloat from switching between std::dec and std::hex. Switching to fmt yields significantly cleaner code.
Geo Ster authored* std::cout is not fit for our usecase, which is format heavy output. This results in a lot of code bloat from switching between std::dec and std::hex. Switching to fmt yields significantly cleaner code.