Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 2 years ago

Language

C++

Compiler

gcc HEAD 13.0.1 20230410 (experimental)

Options
Warnings
Don't Use Boost
C++2b(GNU)
-pedantic

Author

anonymous

about 2 years ago

gsl/gsl-lite.hpp

$ g++ prog.cc -Wall -Wextra -std=gnu++2b -pedantic
1: [1, 2, 3, 4, 5]
2: [1, 2, 3, 4, 5, 6]
3: [1, 2, 3, 4, 5, 6, 7]
4: [1, 2, 3]
5: [1, 2, 3, 4, 5, 0, 41]
6: [1, 2, 3]
7: [3, 4, 5]
8: [2, 3, 4, 5]
9: [2, 3, 4]
terminate called without an active exception
Signal:
Aborted