Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 2 years ago

Language

C++

Compiler

gcc HEAD 14.0.0 20230902 (experimental)

Options
Warnings
Don't Use Boost
C++17(GNU)
no pedantic

Author

anonymous

almost 2 years ago

$ g++ prog.cc -Wall -Wextra -std=gnu++17
Creating single Object. Storage size: 0
_________ size after insert simple : 1_________
Creating double Object. Storage size: 1
Creating single Object. Storage size: 1
Storage size after double creation : 2
_________ size after insert double :3
020
Exit Code:
0