Language
C++
Compiler
gcc 8.2.0
Options
Warnings
Optimization
Boost 1.69.0
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.69.0/gcc-8.2.0/include -std=c++17 Inside foo() before call
Inside bar(42)
Inside foo() after call
Inside foo() before call
Inside baz(42)
Inside foo() after call
foo(baz) returned 43
Exit Code:
0