Language
C++
Compiler
clang HEAD 18.0.0 (https://github.com/llvm/llvm-project.git d8ae3a9b2533fbd11c0be6aaf66c16fb2b918f2a)
Options
Warnings
Don't Use Boost
C++2b
-pedantic-errors
Raw compiler options
-Wno-unused
$ clang++ prog.cc -Wall -Wextra -std=c++2b -pedantic-errors -Wno-unusedExit Code:
1