Re: [Boost-bugs] [Boost C++ Libraries] #13607: Asio bad_address_cast fix under no exceptions

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13607: Asio bad_address_cast fix under no exceptions
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-06-14 18:15:01


#13607: Asio bad_address_cast fix under no exceptions
--------------------------------------+----------------------------
  Reporter: kvankooten | Owner: chris_kohlhoff
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: asio
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+----------------------------

Comment (by kvankooten@…):

 The class bad_adress_cast in bad_address_cast.hpp can be derived as
 follows:

 {{{
 class bad_address_cast :
 #if defined(BOOST_MSVC) && defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS
         public std::exception
 #else
         public std::bad_cast
 #endif
 {
 ...
 }
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac10/ticket/13607#comment:1>
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 : 2018-06-14 18:25:10 UTC