id summary reporter owner description type status milestone component version severity resolution keywords cc 2754 [PATCH] building asio without exception support arvid@… chris_kohlhoff "Most asio functions have non-throwing counterparts, so it's fairly straightforward to use asio in a project built without exception support. However, the throwing functions will fail to compile unless they're ifdef:ed out. Here is a patch that will only include the throwing functions if BOOST_NO_EXCEPTIONS is not defined. There are a few places where exceptions are thrown without any alternative function, in those cases the semantics is slightly different when building without exception support. This patch is against boost-1.36.0" Patches closed Boost 1.40.0 asio Boost 1.36.0 Problem fixed