本文介绍了何时使用uncaught_exception?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

Herb Sutter似乎给了很好的建议。他不知道有好的用处,并说有些情况似乎很有用,并不能真正奏效。


What is a good use case for uncaught_exception?

解决方案

Herb Sutter seems to give good advice here. He doesn't know of a good use for it and says that some cases where it appears to be useful don't really work.

这篇关于何时使用uncaught_exception?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 17:34