Language
C++
Compiler
gcc 8.4.0
Options
Warnings
Boost 1.75.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.75.0-gcc-8.4.0/include -std=gnu++2a
Caught exception: basic_string::at: __n (which is 1) >= this->size() (which is 0)
Exit Code:
0