
29 Nov
2008
29 Nov
'08
8:28 p.m.
AMDG Beman Dawes wrote:
The little program below compiles and runs fine on most compilers, but with the Intel compiler there is an unresolved external:
test.obj : error LNK2019: unresolved external symbol "void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXABVexception@std@@@Z) referenced in function _main test.exe : fatal error LNK1120: 1 unresolved externals
Sounds like BOOST_NO_EXCEPTIONS is defined? In Christ, Steven Watanabe