Language
C++
Compiler
clang HEAD 17.0.0 (https://github.com/llvm/llvm-project.git 5854b39847251fded061b46ba03df6a361deadf8)
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 -pthread3
Exit Code:
0