Ticket #3548: commeau.diff

File commeau.diff, 479 bytes (added by John Maddock, 13 years ago)
  • ../../../boost/cstdint.hpp

     
    2626#include <boost/config.hpp>
    2727
    2828
    29 #ifdef BOOST_HAS_STDINT_H
     29#if defined(BOOST_HAS_STDINT_H) && (!defined(__GLIBC__) || defined(__GLIBC_HAVE_LONG_LONG))
    3030
    3131// The following #include is an implementation artifact; not part of interface.
    3232# ifdef __hpux