Nested try…catch inside C++ exception handler?

后端 未结 3 1761
执念已碎
执念已碎 2021-01-04 01:38

The code I want to execute in my exception handler may itself throw an exception.

Is the follow structure legal C++? If yes, are there any downsides?



        
3条回答
提交回复
热议问题