Language
C++
Compiler
gcc 7.2.0
Options
Warnings
Boost 1.65.1
C++1z(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.1/gcc-7.2.0/include -std=gnu++1z
Exit Code:
1
Author
anonymous
over 7 years ago
C++
gcc 7.2.0
Author
anonymous
over 7 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.1/gcc-7.2.0/include -std=gnu++1z
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);
^