Language
C++
Compiler
gcc 12.1.0
Options
Warnings
Boost 1.79.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.79.0-gcc-12.1.0/include -std=gnu++2b
f(true)
ctor this:0x7ffef934c94f
ctor this:0x7ffef934c94e
move this:0x7ffef934c96f ref:0x7ffef934c94f
f(false)
ctor this:0x7ffef934c94f
ctor this:0x7ffef934c94e
move this:0x7ffef934c96e ref:0x7ffef934c94e
g(true)
ctor this:0x7ffef934c94f
ctor this:0x7ffef934c94e
copy this:0x7ffef934c96d ref:0x7ffef934c94f
g(false)
ctor this:0x7ffef934c94f
ctor this:0x7ffef934c94e
copy this:0x7ffef934c96c ref:0x7ffef934c94e
Exit Code:
0