extern "C" LONG WINAPI __scrt_unhandled_exception_filter(LPEXCEPTION_POINTERS const pointers)
{
auto const exception_record = reinterpret_cast<EHExceptionRecord*>(pointers->ExceptionRecord);
if (PER_IS_MSVC_PURE_OR_NATIVE_EH(exception_record))
{
terminate();
}
return EXCEPTION_CONTINUE_SEARCH;
}
在此处触发断点 是因为写入时yml格式不对!!!比如不能乱加冒号!!!