Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net