Language
C++
Compiler
gcc HEAD 11.0.1 20210304 (experimental)
Options
Warnings
Boost 1.73.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2b
1 => 2
3 => 4
1 => 2:3
3 => 4:5
2:3 => 1
4:5 => 6
1:2 => 3:4
4:5 => 6:7
Exit Code:
0