我可以复制构造带有错误信息的boost::exception吗?
作者:sbi 提问时间:4/16/2015
请考虑以下使用 boost 的异常类的代码: class exception : virtual public boost::exception { // ... }; template<typ...
boost-exception 问答列表
作者:sbi 提问时间:4/16/2015
请考虑以下使用 boost 的异常类的代码: class exception : virtual public boost::exception { // ... }; template<typ...
作者:Jyotideep Bhuyan 提问时间:1/27/2016
是否可以从 boost::exception_ptr 获取 boost::exception 对象?如果是,如何(在 boost 版本 1.5x 中)?...
作者:Jyotideep Bhuyan 提问时间:1/26/2016
我的应用程序使用的是 Boost 版本 1.46.1。 我想将我的应用程序移植到 Boost 版本 1.58.0 上。 但是,我遇到了一些问题。 我注意到提升 1.58 与 1.46.1 的实现不同...
作者:Pat 提问时间:1/10/2018
在 boost::exception(或 std::exception)的 catch 站点,我想遍历异常的所有error_info元素,而不知道类型。我需要提取所有名称-值对。 我想这应该是可能的...
作者:0xD 提问时间:1/6/2020
使用 Boost.Exception 引发异常时遇到问题。 8444950934950830985903859380958309850938905839859080985098940689089689...
作者:Phil 提问时间:8/11/2020
我正在尝试将 Boost 异常用于其他元数据,当异常在调用堆栈中冒泡时,我可以将这些元数据附加到异常。但是我遇到过但不知道如何处理的一个用例是:如何捕获 std::exception 并使用 boos...