Subject: [Boost-bugs] [Boost C++ Libraries] #2754: [PATCH] building asio without exception support
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-12 18:20:24
#2754: [PATCH] building asio without exception support
-----------------------------+----------------------------------------------
Reporter: arvid_at_[hidden] | Owner: chris_kohlhoff
Type: Patches | Status: new
Milestone: Boost 1.39.0 | Component: asio
Version: Boost 1.36.0 | Severity: Problem
Keywords: |
-----------------------------+----------------------------------------------
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
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2754> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC