Language
C++
Compiler
gcc 5.4.0
Options
Warnings
Boost 1.66.0
C++17(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.66.0/gcc-5.4.0/include -std=gnu++17
foo::foo() : mData=123 &mData=0x7ffde5db1e10
--- execute aPrint()
foo::getPrint() : mData=123 &mData=0x7ffde5db1e10
--- execute aPrint2()
foo::getPrint2() : aData=123 &aData=0x7ffde5db1df0
sizeof(aPrint) =8
sizeof(aPrint2)=4
Exit Code:
0