Language
C++
Compiler
gcc 8.3.0
Options
Warnings
Boost 1.69.0
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-8.3.0/include -std=c++17
Exit Code:
0
Author
anonymous
over 6 years ago
C++
gcc 8.3.0
Author
anonymous
over 6 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-8.3.0/include -std=c++17
prog.cc: In function 'int main()':
prog.cc:23:10: warning: variable 'd1' set but not used [-Wunused-but-set-variable]
auto d1 = DataType(std::integral_constant<ElementType, TYPE1>{}, std::integral_constant<int, 1>{});
^~