Language
C++
Compiler
gcc HEAD 9.0.1 20190311 (experimental)
Options
Warnings
Boost 1.69.0
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-head/include -std=c++17
Exit Code:
0
Author
anonymous
about 6 years ago
C++
gcc HEAD 9.0.1 20190311 (experimental)
Author
anonymous
about 6 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-head/include -std=c++17
prog.cc: In function 'int main()':
prog.cc:19:3: warning: unused variable 'l' [-Wunused-variable]
19 | L l {1, 2};
| ^
prog.cc:20:3: warning: unused variable 'y' [-Wunused-variable]
20 | Y y {1, 2};
| ^