$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Edward Diener (eddielee_at_[hidden])
Date: 2003-08-05 21:56:28
yxh wrote:
> Hello,
> when I build /libs/thread/examples/thread.cpp, I got warning C4275. I
> think
> it is because std::logic_error is not defined as dllexport/dllimport.
> Can
> anyone tell me how to correct this?
Ignore the warning. VC++ doesn't realize that their own standard library
exceptions classes are being mentioned. I get this all the time also with
standard exception classes in VC++ from which I derive my own exceptions
which I import/export.