Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

clang 8.0.0

Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic

Author

anonymous

almost 6 years ago

list.txt

$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic
a: 'alpha', b: 'beta', c: 'gamma', d: 'delta'
a: '1', b: '2', c: '3', d: '4'
a: 'The', b: 'quick', c: 'brown', d: 'fox'
Exit Code:
0