Language
C++
Compiler
gcc HEAD 15.0.0 20241031 (experimental)
Options
Warnings
Don't Use Boost
C++2b
-pedantic
$ 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, 4607]
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