We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
求大神支持trycatch和lambda
The text was updated successfully, but these errors were encountered:
这个的问题是,lambda和try catch用传统流程图是没法表达的,所以不太能支持
Sorry, something went wrong.
大神,能帮忙看一下我的代码哪里有问题 cxx2flow.zip 我仿照switch写了一个trycatch,但是生成的是下面这样的, 我期望是下面这样的,
上面的图片我希望,try终止到return0; 其他catch最终都到return 0; 但是我写的代码确是try结束到catch的body,catch body结束到另外一个catch body,最后一个catch body结束才到return 0;
No branches or pull requests
求大神支持trycatch和lambda
The text was updated successfully, but these errors were encountered: