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