forked from boostorg/config
Update test for BOOST_NO_INTEGRAL_INT64_T.
Set define for Borland/Codegear compilers. [SVN r58055]
This commit is contained in:
@ -66,7 +66,6 @@
|
|||||||
|
|
||||||
// Borland C++ Builder 6 and below:
|
// Borland C++ Builder 6 and below:
|
||||||
#if (__BORLANDC__ <= 0x564)
|
#if (__BORLANDC__ <= 0x564)
|
||||||
# define BOOST_NO_INTEGRAL_INT64_T
|
|
||||||
|
|
||||||
# ifdef NDEBUG
|
# ifdef NDEBUG
|
||||||
// fix broken <cstring> so that Boost.test works:
|
// fix broken <cstring> so that Boost.test works:
|
||||||
@ -121,6 +120,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Borland C++ Builder 2008 and below:
|
// Borland C++ Builder 2008 and below:
|
||||||
|
# define BOOST_NO_INTEGRAL_INT64_T
|
||||||
# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
|
# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
|
||||||
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
|
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
|
||||||
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
// CodeGear C++ Builder 2009
|
// CodeGear C++ Builder 2009
|
||||||
#if (__CODEGEARC__ <= 0x613)
|
#if (__CODEGEARC__ <= 0x613)
|
||||||
|
# define BOOST_NO_INTEGRAL_INT64_T
|
||||||
# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
|
# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
|
||||||
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
|
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
|
||||||
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
||||||
|
@ -43,9 +43,7 @@ __extension__
|
|||||||
|
|
||||||
int test()
|
int test()
|
||||||
{
|
{
|
||||||
llt<mask> m;
|
return llt<mask>::value != (1uLL << 50);
|
||||||
(void)m;
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user