Language
C++
Compiler
clang 13.0.0
Options
Warnings
Boost 1.78.0
C++2b(GNU)
-pedantic-errors
Raw compiler options
-Os
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.78.0-clang-13.0.0/include -std=gnu++2b -pedantic-errors -Os east -> left = north
north -> left = west
west -> backward = east
east -> right = south
south -> right = west
west -> left = south
south -> backward = north
north -> right = east
Exit Code:
0