Language
C++
Compiler
clang 10.0.0
Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic
Raw compiler options
-Wno-unused-parameter
$ clang++ prog.cc -Wall -Wextra -std=gnu++2a -Wno-unused-parameter
A int: 42
A double: 3.14
B int: 42
B double: 3.14
Exit Code:
0