Language
C++
Compiler
gcc 9.2.0
Options
Warnings
Boost 1.72.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.72.0/gcc-9.2.0/include -std=gnu++2a
SimpleType t10:
initA() called
initB() called
SimpleType t1(10):
initA() called
SimpleType t2 = t1:
initA() called
initB() called
copy ctor
Exit Code:
0