Boost logo

Boost :

Subject: Re: [boost] GDB-like debugger for template metaprograms
From: Benedek Thaler (thalerbenedek_at_[hidden])
Date: 2014-11-26 15:46:24


Hi,

Great tool! Results of my second try below: (shame Firefox ignores
undescore, shift+insert works)

> #msh evaluate std::is_pointer<char>

<stdin>:1:26: error: use of undeclared identifier 'std'
<stdin>:1:46: error: expected '(' for function-style cast or type
construction
<stdin>:1:48: error: expected unqualified-id

// You don't need the evaluate add pragma to evaluate this metaprogram. The
following command does this as
// well:
std::is_pointer<char>

> std::is_pointer<char>

<stdin>:1:26: error: use of undeclared identifier 'std'
<stdin>:1:46: error: expected '(' for function-style cast or type
construction
<stdin>:1:48: error: expected unqualified-id

Probably I missed something, I just noted this because I would expect this
as the intuitive way.

Thanks,
Benedek


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