[Boost-bugs] [Boost C++ Libraries] #5429: compile error in Windows CE 6.0(std::abort)

Subject: [Boost-bugs] [Boost C++ Libraries] #5429: compile error in Windows CE 6.0(std::abort)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-06 10:21:21


#5429: compile error in Windows CE 6.0(std::abort)
-------------------------------------------------------+--------------------
 Reporter: Akira Takahashi <faithandbrave@…> | Owner: no-maintainer
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: utility
  Version: Boost 1.46.1 | Severity: Problem
 Keywords: |
-------------------------------------------------------+--------------------
 compile error <boost/assert.hpp>, because Windows CE platform is no
 std::abort.
 I needs alternative implementation.

 I using follow now(boost non intrusive workaround):
 {{{
 #include <stdexcept>

 namespace std {
     static inline abord()
     {
         throw std::runtime_error("abort");
     }
 }
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5429>
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:06 UTC