Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50572 - trunk/boost
From: john_at_[hidden]
Date: 2009-01-14 05:17:27


Author: johnmaddock
Date: 2009-01-14 05:17:25 EST (Wed, 14 Jan 2009)
New Revision: 50572
URL: http://svn.boost.org/trac/boost/changeset/50572

Log:
Fixes #2654.
Text files modified:
   trunk/boost/cstdint.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/cstdint.hpp
==============================================================================
--- trunk/boost/cstdint.hpp (original)
+++ trunk/boost/cstdint.hpp 2009-01-14 05:17:25 EST (Wed, 14 Jan 2009)
@@ -36,7 +36,7 @@
       // this is triggered with GCC, because it defines __cplusplus < 199707L
 # define BOOST_NO_INT64_T
 # endif
-# elif defined(__FreeBSD__) || defined(__IBMCPP__)
+# elif defined(__FreeBSD__) || defined(__IBMCPP__) || defined(_AIX)
 # include <inttypes.h>
 # else
 # include <stdint.h>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk