Language
C++
Compiler
gcc 10.1.0
Options
Warnings
Don't Use Boost
C++17
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic
1 component, fixed or not
final jobs
many components, fixed or not
final jobs
Exit Code:
0
Author
anonymous
over 4 years ago
C++
gcc 10.1.0
Author
anonymous
over 4 years ago
$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic
prog.cc: In instantiation of 'void function(T&&) [with T = Fixed<1>]':
prog.cc:37:24: required from here
prog.cc:28:22: warning: label 'con' defined but not used [-Wunused-label]
28 | /*[[maybe_unused]]*/ con: // here it is!
| ^~~
1 component, fixed or not
final jobs
many components, fixed or not
final jobs