Language
C++
Compiler
gcc 8.3.0
Options
Warnings
Boost 1.69.0
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-8.3.0/include -std=c++17 Drop A 1
--------
Drop A 2
--------
Drop B 3
Drop A 3
some
--------
Drop A 4
some 4
Drop B 4
--------
main end!
Drop B 2
Drop B 1
Exit Code:
0