Re: [Boost-bugs] [Boost C++ Libraries] #6659: Filesystem compilation broken on Solaris 9 and 10

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6659: Filesystem compilation broken on Solaris 9 and 10
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-04 21:46:44


#6659: Filesystem compilation broken on Solaris 9 and 10
----------------------------------------------+-----------------------------
  Reporter: Vasily Sukhanov <basil@…> | Owner: bemandawes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: filesystem
   Version: Boost 1.49.0 | Severity: Regression
Resolution: | Keywords: compilation
----------------------------------------------+-----------------------------

Comment (by anonymous):

 In the Solaris case, testing the value of SUNPRO_CC won't tell us if
 fchmodat is supported. For that we need to test whether the system is
 Solaris 11 or not. The following will test for Solaris 11 if you are using
 Solaris Studio compilers

 {{{
 defined(__SUNPRO_CC) && defined(__SunOS_5_11)
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6659#comment:8>
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