Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 2 years ago

Language

C++

Compiler

clang HEAD 18.0.0 (https://github.com/llvm/llvm-project.git 9e90027d618687f3d744e21ad3eda5735a167503)

Options
Warnings
Don't Use Boost
C++2b
no pedantic

Author

anonymous

over 2 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++2b
a:	1
b:	2
c:	3
x[0]:	1
x[1]:	2
x[2]:	3
x[0]:	1
x[1]:	3
x[0]:	1
x[1]:	4
----------------
a:	1
b:	2
c:	3
x[0]:	1
x[1]:	2
x[2]:	3
x[0]:	1
x[1]:	3
x[0]:	1
x[1]:	5
Exit Code:
0