Commit Graph

3 Commits

Author SHA1 Message Date
Jason Rhinelander 13409ad00e
run clang format 2023-04-13 17:15:12 -03:00
Jason Rhinelander 9792b637fb
Remove broken formattable::to_string(T) support
- This was infinitely recursing because it was picking up fmt::to_string
  (on macos) rather than formattable::to_string, which led to infinite
  recursion and then a crash.

- Add a custom ghc::filesystem::path formatter (because it just seems
  wrong to add a function into ghc::filesystem) instead of using the
  to_string formatting.  Same for boost formatting crap in simplewallet.

- Move the formatter structs into the `formattable` namespace so that
  this sort of recursive error can't happen again.
2022-10-18 11:23:28 -03:00
Jason Rhinelander cd38683619
Add missing header 2022-10-17 13:45:24 -03:00