Language
C++
Compiler
clang HEAD 17.0.0 (https://github.com/llvm/llvm-project.git 578413751c0957defd26c9922c3f90c2d47c94ab)
Options
Warnings
Don't Use Boost
C++2a
-pedantic
Raw compiler options
-Wno-unused-parameter
-pthread
$ clang++ prog.cc -Wall -Wextra -std=c++2a -pedantic -Wno-unused-parameter -pthread
compile time text
Exit Code:
0