6 Aug
2003
6 Aug
'03
2:56 a.m.
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.