Language
C++
Compiler
gcc HEAD 10.0.0 20190527 (experimental)
Options
Warnings
Optimization
Don't Use Boost
C++2a
no pedantic
Raw compiler options
-pedantic
-pthread
$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=c++2a -pedantic -pthread
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Signal:
Aborted