Re: [Boost-bugs] [Boost C++ Libraries] #6349: use of missing ::abort

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6349: use of missing ::abort
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-04-13 12:50:22


#6349: use of missing ::abort
--------------------------------------+-------------------------------------
  Reporter: viboes | Owner: emildotchevski
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: exception
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords: wince
--------------------------------------+-------------------------------------

Comment (by serggzz@…):

 As I see this bug steel exists,
 https://svn.boost.org/trac/boost/search?q=std%3A%3Aabort&noquickjump=1&ticket=on
 - Does anybody know why assert.hpp is so often included after config.hpp?
 I'm intended to use BOOST_USER_CONFIG to figure this problem out but now
 it's impossible. Examples are:
 [[BR]]
 <boost/ptr_container/ptr_vector.hpp> =>
 <boost/ptr_container/ptr_sequence_adapter.hpp> =>
 <boost/ptr_container/detail/reversible_ptr_container.hpp> =>
 <boost/ptr_container/detail/throw_exception.hpp> =>
 #include <boost/assert.hpp>
 #include <boost/config.hpp>
 [[BR]]
 <boost/scoped_ptr.hpp> => <boost/smart_ptr/scoped_ptr.hpp> => the first
 include is #include <boost/assert.hpp>
 I think that <boost/config.hpp> must be the first include every time.
 - It's only my curiosity why there are no any guards in assert.hpp and
 it's intended?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6349#comment:6>
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:50:09 UTC