Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道这个特性在 C++0x 中会被弃用,但对于我这个新手来说,拥有它似乎是个好主意。谁能向我解释为什么不是一个好主意?
请参阅 Herb Sutter 的这篇详细文章。他对他们设计的问题和缺点有最彻底的解释。
务实地看待异常规范
据我了解,异常规范意味着:
我不希望你(编译器)生成额外的代码来确保异常是这些类型之一。如果不打电话请终止,我们敬酒。在每次调用中,额外的检查都需要放入(隐式)异常处理程序(需要实现它)中。