Language
C++
Compiler
clang HEAD 21.0.0git (https://github.com/llvm/llvm-project.git 2c6771889a7bc96c0f7010214c5e1e87d86a7bf1)
Options
Warnings
Don't Use Boost
C++2b
-pedantic-errors
$ clang++ prog.cc -Wall -Wextra -std=c++2b -pedantic-errors 0 1 2
3 4 5
6 7 8
Exit Code:
0