mirror of
https://github.com/boostorg/mpl.git
synced 2025-10-02 10:40:59 +02:00
Turn off char test on GCC 3.3 for Darwin, because it does strange things to the assembler
[SVN r28898]
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
MPL_TEST_CASE()
|
||||
{
|
||||
# define WRAPPER(T, i) integral_c<T,i>
|
||||
|
||||
#if !(defined(__APPLE_CC__) && defined(__GNUC__) && (__GNUC__ == 3) && (__GNUC_MINOR__ <= 3))
|
||||
BOOST_PP_REPEAT(10, INTEGRAL_WRAPPER_TEST, char)
|
||||
#endif
|
||||
BOOST_PP_REPEAT(10, INTEGRAL_WRAPPER_TEST, short)
|
||||
BOOST_PP_REPEAT(10, INTEGRAL_WRAPPER_TEST, int)
|
||||
BOOST_PP_REPEAT(10, INTEGRAL_WRAPPER_TEST, long)
|
||||
|
Reference in New Issue
Block a user