[Boost-bugs] [Boost C++ Libraries] #10591: boost::filesystem does not build on iOS 8

Subject: [Boost-bugs] [Boost C++ Libraries] #10591: boost::filesystem does not build on iOS 8
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-04 00:14:33


#10591: boost::filesystem does not build on iOS 8
------------------------------+------------------------
 Reporter: anonymous | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
  Version: Boost 1.56.0 | Severity: Problem
 Keywords: |
------------------------------+------------------------
 boost::filesystem::detail::operations relies on AT_SYMLINK_NOFOLLOW macro
 to decide whenever to use fchmodat function or not. Since iOS8
 AT_SYMLINK_NOFOLLOW is defined on iOS but fchmodat still not available
 which breaks this logic and lead to compilation error.

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