Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
In file included from /opt/wandbox/gcc-7.2.0/include/c++/7.2.0/cassert:44:0,
from prog.cc:2:
prog.cc: In function 'int main()':
prog.cc:10:52: error: invalid application of 'sizeof' to incomplete type 'Wot<std::integer_sequence<long unsigned int, 1, 2, 3> >'
assert(sizeof(Wot<std::index_sequence<1, 2, 3>>) == 1);
^
Exit Code:
1