Language
C++
Compiler
gcc HEAD 15.0.0 20240723 (experimental)
Options
Warnings
Don't Use Boost
C++17
-pedantic
Raw compiler options
other.cpp
$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic other.cpp
non-inline:
main: 0x402030
other: 0x402044
inlined:
main: 0x402004
other: 0x402004
Exit Code:
0