
7 Nov
2005
7 Nov
'05
10:16 a.m.
Link Error : Undefined : "boost::throw_exception(const std::exception&)" Referenced from "boost::detail::shared_count::!<std::basic_string<char, std::char_traits<char>, std::allocator<char>>>(std::basic_string<char, std::char_traits<char>, std::allocator<char>>*)" in main.cpp
Link failed.
Any insight into this problem, or the configuration system and how I might adapt it to this compiler, are greatly appreciated.
If the compiler has no exception handling support, then boost::throw_exception is *deliberately* left undefined. It's up to you to provide a suitable implementation that does whatever you want it too when an exceptional condition occurs (abort probably). John.