Author
anonymous
almost 8 years ago
Language
Compiler
Options
Author
anonymous
almost 8 years ago
$
prog.cc: In function 'int main()':
prog.cc:26:5: error: static assertion failed
static_assert(is_binary<decltype(l1)>::value);
^~~~~~~~~~~~~
prog.cc:29:5: error: static assertion failed
static_assert(is_binary<decltype(l2)>::value); // fails!
^~~~~~~~~~~~~
Exit Code:
1