Language
C++
Compiler
gcc 8.2.0
Options
Warnings
Boost 1.69.0
C++2a(GNU)
-pedantic-errors
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-8.2.0/include -std=gnu++2a -pedantic-errors
terminate called after throwing an instance of 'std::out_of_range'
what(): stoul
Numerical result out of range
Signal:
Aborted