Re: [Boost-bugs] [Boost C++ Libraries] #6724: missing BOOST_HAS_STDINT_H for PGI

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6724: missing BOOST_HAS_STDINT_H for PGI
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-21 21:42:17


#6724: missing BOOST_HAS_STDINT_H for PGI
--------------------------------------+-------------------------------------
  Reporter: olli | Owner: bemandawes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: config
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords: BOOST_HAS_STDINT_H PGI stdint.h
--------------------------------------+-------------------------------------
Changes (by bemandawes):

  * status: new => assigned

Comment:

 BOOST_HAS_STDINT_H is defined by boost/config/suffix.hpp if
 defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901), by
 boost/config/posix_features.hpp if defined(_POSIX_VERSION) &&
 (_POSIX_VERSION >= 200100), or (very unusually) by a boost/config/stdlib/
 header.

 This code seems to be working OK, see http://tinyurl.com/7mcz249 and scan
 down to the Boost section of the config_info report for the PGI compiler
 at Sandia.

 So if you have a problem with BOOST_HAS_STDINT_H not being defined, we
 will need to know much more about your configuration.

 Thanks,

 --Beman

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