$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: VinÃcius dos Santos Oliveira (vini.ipsmaker_at_[hidden])
Date: 2020-07-17 17:59:39
Em qua., 15 de jul. de 2020 Ã s 13:36, Jeff Trull via Boost <
boost_at_[hidden]> 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/