$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: zyx_xzy_at_[hidden]
Date: 2022-08-19 08:08:36
hi anybody,
I meet a problem when I try to compile the following program.
#include <boost\exception\info.hpp>
void main()
{
return;
}
The compile environment is Microsoft Visual Studio Community 2022 (64 ä½) - ver. 17.2.6.Compile error information is that C2259 âboost::exception_detail::error_info_container_implâ: cannot instantiate abstract class.I try many Boost versions,e.g.,boost 79,boost 65,boost64,boost60. They all give errors.
Anybody can give me some suggestions?
Best regards,
zhiyong
--------------------------------