mirror of
https://github.com/boostorg/integer.git
synced 2025-07-26 02:37:14 +02:00
Merged changes from RC_1_29_0 branch
[SVN r15958]
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
// this is triggered with GCC, because it defines __cplusplus < 199707L
|
||||
# define BOOST_NO_INT64_T
|
||||
# endif
|
||||
# elif defined(__FreeBSD__)
|
||||
# elif defined(__FreeBSD__) || defined(__IBMCPP__)
|
||||
# include <inttypes.h>
|
||||
# else
|
||||
# include <stdint.h>
|
||||
|
Reference in New Issue
Block a user