Does C++ on here not support setjmp/longjmp?

I get the error
'jmp_buf' does not name a type
even if I #include <csetjmp> and using namespace std;

Comments (1)