Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

3 months ago

Language

C++

Compiler

gcc HEAD 16.0.0 20250423 (experimental)

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

Author

anonymous

3 months ago

gsl/gsl-lite.hpp

$ g++ prog.cc -Wall -Wextra -std=c++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, 1263652608]
6: [1, 2, 3]
7: [3, 4, 5]
8: [2, 3, 4, 5]
9: [2, 3, 4]
terminate called without an active exception
Exit Code:
134