Language
C++
Compiler
gcc HEAD 15.0.0 20241014 (experimental)
Options
Warnings
Don't Use Boost
C++2b
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++2b -pedantic
address of B: 0x7ffd1a49cb6e
address of B._first: 0x7ffd1a49cb6f
sizeof B: 2
address of C: 0x7ffd1a49cb6d
address of C._first: 0x7ffd1a49cb6d
sizeof C: 1
Exit Code:
0