mirror of
https://github.com/boostorg/config.git
synced 2025-09-27 08:10:59 +02:00
Fix previous commit!
This commit is contained in:
@@ -39,9 +39,11 @@
|
|||||||
# define BOOST_NO_TYPEID
|
# define BOOST_NO_TYPEID
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__is_identifier) && !__is_identifier(__int64) && !defined(__GNUC__)
|
#ifdef __is_identifier
|
||||||
|
#if !__is_identifier(__int64) && !defined(__GNUC__)
|
||||||
# define BOOST_HAS_MS_INT64
|
# define BOOST_HAS_MS_INT64
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if __has_include(<stdint.h>)
|
#if __has_include(<stdint.h>)
|
||||||
# define BOOST_HAS_STDINT_H
|
# define BOOST_HAS_STDINT_H
|
||||||
|
Reference in New Issue
Block a user