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.
在新版本的Qt中,配置时不能传递命令行参数-exceptions。那么是否有例外?我在我的程序中经常使用异常。因此,如果一劳永逸地禁用异常……那是个坏消息!
你们能解释一下Qt 5中的异常情况吗?
最初引入禁用异常的能力是为了处理预标准编译器。Qt 已经存在很长时间了。
今天,Qt 支持的所有编译器都支持异常,因此不再需要禁用它们。