Re: uint64_t fails with C++

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/07/2011 03:17 AM, Werner LEMBERG wrote:

   #if defined UINT64_MAX || defined uint64_t
   typedef uint64_t TA_ULongLong;
   #else
   #  error "No unsigned 64bit wide data type found."
   #endif

stdint.h will not define UINT64_MAX if __cplusplus is defined unless __STDC_LIMIT_MACROS is defined before you include it.


Peter

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux