id summary reporter owner description type status milestone component version severity resolution keywords cc 6039 compile error at define BOOST_NO_EXCEPTIONS RRobar Emil Dotchevski "We try to upgrade from 1.33.0 to 1.41.1. When we define the BOOST_NO_EXCEPTIONS macro, we get a compile error. I found the following problem: Our application includes the boost/thread.hpp, this includes the boost/thread/future.hpp, this includes the boost/exception_ptr.hpp and this includes the boost/exception/detail/exception_ptr.hpp. In the final exception_ptr.hpp, at the line 402 there is a function call. The call of ""current_exception_diagnostic_information()"" function. The problem is in the boost/exception/diagnostic_information.hpp file. Because, the BOOST_NO_EXCEPTIONS is defined, there is no definition of the ""current_exception_diagnostic_information()"". Best Regards, Robar, Robert" Bugs closed To Be Determined exception Boost 1.46.1 Problem fixed boost_no_exceptions