Ticket #3911: cstdint.hpp.patch

File cstdint.hpp.patch, 394 bytes (added by ccambly@…, 13 years ago)
  • boost/cstdint.

    old new  
    5353#   endif
    5454# elif defined(__FreeBSD__) || defined(__IBMCPP__) || defined(_AIX)
    5555#   include <inttypes.h>
     56#   if defined(__IBMCPP__) && defined(_AIX) && !defined(__64BIT__)
     57#     define BOOST_NO_INT64_T
     58#   endif
    5659# else
    5760#   include <stdint.h>
    5861