Language
C++
Compiler
gcc HEAD 15.0.0 20240611 (experimental)
Options
Warnings
Don't Use Boost
C++2b
-pedantic
Raw compiler options
-fno-exceptions
$ g++ prog.cc -Wall -Wextra -std=c++2b -pedantic -fno-exceptions
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Signal:
Aborted