struct str { int mem; str() try :mem(0) { throw 0; } catch(...) { } }; int main() { str inst; }
捕获块工作,即控制到达它,然后程序崩溃.我不明白有什么问题