Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

clang HEAD 15.0.0 (https://github.com/llvm/llvm-project.git c11051a4001c7f89e8655f1776a75110a562a45e)

Options
Warnings
Don't Use Boost
C++14
no pedantic

Author

anonymous

over 3 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++14
0x55641fd752a0 = Test(1)
0x55641fd762d0 = Test(10)
0x55641fd762f0 = Test(100)
0x55641fd76310 = Test(1000)
0x55641fd76330 = Test(10000)
0x55641fd752a0 = Test(1)
0x55641fd762d0 = Test(10)
0x55641fd752a0 = Test(11)
0x55641fd762f0 = Test(100)
0x55641fd752a0 = Test(111)
0x55641fd76310 = Test(1000)
0x55641fd752a0 = Test(1111)
0x55641fd76330 = Test(10000)
0x55641fd752a0 = Test(11111)
11111
Exit Code:
0