1
我試圖編譯使用MSVC 11.0升壓1.57.0程序,我得到以下錯誤:升壓「析構函數不是虛擬的」錯誤在MSVC 11
z:\d\dev\boost_1_57_0\boost\exception\exception.hpp(171) : error C4265: 'boost::exception_detail::error_info_container' but destructor is not virtual instances of this class may not be destructed correctly
有什麼我可以做它?
這些職位似乎並沒有提供解決方案
- http://boost.2283326.n4.nabble.com/boost-exception-detail-error-info-base-does-not-have-virtual-destructor-td3384903.html
- http://boost.2283326.n4.nabble.com/Re-exception-warning-about-non-virtual-destructor-resolution-td4554753.html