Language
C++
Compiler
clang HEAD 12.0.0 (https://github.com/llvm/llvm-project.git 1c19900f9417bd0b832c1cb70863b2439a18647f)
Options
Warnings
Don't Use Boost
Compiler Default
-pedantic
Raw compiler options
-std=c++20
-stdlib=libc++
$ clang++ prog.cc -Wall -Wextra -pedantic -std=c++20 -stdlib=libc++
Threads: 10, Throughput: 3 │ Legend: initial delay ░░ │ wait state ▒▒ │ sema occupation ██
# 0 ░░░░░░░░▒▒▒▒████████████████
# 1 ░░░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒████████████████
# 2 ░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒████████
# 3 ░░░░░░████████
# 4 ░░░░░░░░░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒████████████████
# 5 ░░░░░░░░▒▒▒▒▒▒████
# 6 ░░░░░░██████████████
# 7 ░░░░░░██████
# 8 ░░░░░░░░▒▒▒▒▒▒▒▒▒▒████████
# 9 ░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██████
Exit Code:
0