Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 3 years ago

Language

C++

Compiler

gcc HEAD 13.0.0 20220819 (experimental)

Options
Warnings
Don't Use Boost
C++2a
no pedantic
Raw compiler options
other.cpp

Author

anonymous

almost 3 years ago

value.h
other.cpp

$ g++ prog.cc -Wall -Wextra -std=c++2a other.cpp
Value(42)
Value(100)
in main(): 0x404198
in foo(): 0x4041a0
main ends...
~Value(100)
~Value(42)
Exit Code:
0