Boost logo

Boost :

Subject: Re: [boost] GDB-like debugger for template metaprograms
From: Abel Sinkovics (abel_at_[hidden])
Date: 2014-11-30 02:37:48


Hi Larry,

On 2014-11-29 23:57, Larry Evans wrote:
>
> Or, keep *all* the delimiters(< , and >)
> lined up, as in the following
> ( where the delimiters are lined up only
> for the expr_prefx template):
>
> expr_prefx
> < op_ator< []>
> , expr_prefx
> < op_symb<lit,lit1>
> >
> , expr_prefx
> < op_symb<act,action1>
> >
What we are planning to add is an interactive "template instance viewer"
which can recursively open/close template paramter lists similar to most
editor's support for showing/hiding blocks. It seems to me that this
feature could give the flexibility to concentrate on the important parts
of a complex template instance like this one.

Regards,
   Ábel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk