Author
anonymous
about 5 years ago
Language
Compiler
Options
Author
anonymous
about 5 years ago
$
prog.cc:9:13: error: cannot use 'throw' with exceptions disabled
throw std::runtime_error("lol, lovushka jokera");
^
prog.cc:12:9: error: cannot use 'throw' with exceptions disabled
throw;
^
prog.cc:7:2: error: cannot use 'try' with exceptions disabled
try {
^
prog.cc:22:2: error: cannot use 'try' with exceptions disabled
try{
^
4 errors generated.
Exit Code:
1