forked from boostorg/config
Don't use __is_identifier unless it's actually defined.
This commit is contained in:
@ -39,7 +39,7 @@
|
|||||||
# define BOOST_NO_TYPEID
|
# define BOOST_NO_TYPEID
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !__is_identifier(__int64) && !defined(__GNUC__)
|
#if defined(__is_identifier) && !__is_identifier(__int64) && !defined(__GNUC__)
|
||||||
# define BOOST_HAS_MS_INT64
|
# define BOOST_HAS_MS_INT64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user