Em qua., 15 de jul. de 2020 às 13:36, Jeff Trull via Boost < boost@lists.boost.org> escreveu:
There's been a number of independent efforts to produce pretty-printers (or "visualizers") for different popular Boost libraries. The one I like most due to its thoughtful execution is probably this one https://github.com/ruediger/Boost-Pretty-Printer.
Another interesting Boost "pretty printer" is < https://github.com/lenerd/fiber-gdb> by Lennart Braun. This one is interesting because parts of this printer could be imported by other pretty printers. And the imported part is architecture-specific and might break among the Boost.Context releases, so it does make some sense to have this piece lying around the repo itself. -- Vinícius dos Santos Oliveira https://vinipsmaker.github.io/