[Boost-bugs] [Boost C++ Libraries] #7514: Fix Boost.Test compilation for Android before API-level 8

Subject: [Boost-bugs] [Boost C++ Libraries] #7514: Fix Boost.Test compilation for Android before API-level 8
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-10-17 09:04:19


#7514: Fix Boost.Test compilation for Android before API-level 8
-------------------------------------+--------------------------------------
 Reporter: Jan Hudec <bulb@…> | Owner: rogeeff
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: test
  Version: Boost 1.52.0 | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------
 Android before API-level 8 only defines part of `sigaltstack`. It defines
 the structure, but not the function. Attached patch checks for
 `__ANDROID__` define, if it is defines pulls in a (short) header
 specifying android API level and if it's less than 8, defines the
 `BOOST_TEST_USE_ALT_STACK` (like it's done for cygwin and qnx).

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