Language
C++
Compiler
gcc HEAD 8.0.1 20180418 (experimental)
Options
Warnings
Boost 1.67.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=gnu++2a
Exit Code:
0
Author
anonymous
almost 7 years ago
C++
gcc HEAD 8.0.1 20180418 (experimental)
Author
anonymous
almost 7 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=gnu++2a
prog.cc: In function 'int main()':
prog.cc:19:12: warning: unused variable 's' [-Wunused-variable]
S<int> s;
^