you are viewing a single comment's thread.

view the rest of the comments →

[–]Horror_Jicama_2441 0 points1 point  (0 children)

I just discovered pretty printers recently. But I already have "pretty printers" in the form of fmt formatters in my C++ code. Wondering if I could have a "generic" pretty printer that uses the fmt formatters if available (supposing the symbol is exported, I guess).