language: C++11 (gcc-4.7.2)
date: 279 days 14 hours ago
link:
visibility: private
1
2
3
4
5
#include <stdexcept>
 
int main() {
   throw std::bad_cast();
}
prog.cpp: In function 'int main()':
prog.cpp:4:10: error: 'bad_cast' is not a member of 'std'