26 Nov
2014
26 Nov
'14
9:12 p.m.
Hi Benedek, On 2014-11-26 21:46, Benedek Thaler wrote:
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.
You seem to be missing a #include:
#include
std::is_pointer<char>::type std::integral_constant
Regards, Ábel