mirror of
https://github.com/boostorg/integer.git
synced 2025-07-30 04:37:13 +02:00
Patched for Aix which has <stdint.h>
[SVN r15505]
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
// this is triggered with GCC, because it defines __cplusplus < 199707L
|
// this is triggered with GCC, because it defines __cplusplus < 199707L
|
||||||
# define BOOST_NO_INT64_T
|
# define BOOST_NO_INT64_T
|
||||||
# endif
|
# endif
|
||||||
# elif defined(__FreeBSD__)
|
# elif defined(__FreeBSD__) || defined(__IBMCPP__)
|
||||||
# include <inttypes.h>
|
# include <inttypes.h>
|
||||||
# else
|
# else
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
|
Reference in New Issue
Block a user