阅读背景:

access the return code from c++ destructor of a local class

来源:互联网 
int foo() {
    Magic magic;

    if (something) return 1;
    if (something_else) return 2;

    return 0;
}
int foo() {
    Magic magic;

    if (something



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: