虚拟 函数的异常规范与重写 函数 “std::exception::what“ 的异常规范不兼容

虚拟 函数的异常规范与重写 函数 “std::exception::what“ 的异常规范不兼容,第1张

Linux上重写std::exception提示异常规范不兼容(Visual Studio上正常)

解决:
const函数声明后加上noexcept override

造成原因:
C++11以后带来的限制:
https://en.cppreference.com/w/cpp/error/exception/what

参考原回答:
https://stackoverflow.com/questions/35763027/looser-throw-specifier-for-virtual-const-char-ro-errstderrwhat-const

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1295867.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-10
下一篇 2022-06-10

发表评论

登录后才能评论

评论列表(0条)

保存