forked from mpusz/mp-units
test: Unit tests compilation fixed on gcc-10.1
This commit is contained in:
@@ -137,11 +137,11 @@ static_assert(QuantityValue<min_expl<>>);
|
||||
static_assert(!QuantityValue<min_expl<1>>);
|
||||
static_assert(!QuantityValue<min_expl<2>>);
|
||||
static_assert(!QuantityValue<min_expl<3>>);
|
||||
#if COMP_GCC == 10 && COMP_GCC_MINOR > 0
|
||||
#if !defined(COMP_GCC) || COMP_GCC > 10 || COMP_GCC_MINOR > 1
|
||||
static_assert(!QuantityValue<min_expl<4>>);
|
||||
#endif
|
||||
static_assert(!QuantityValue<min_expl<5>>);
|
||||
#if COMP_GCC == 10 && COMP_GCC_MINOR > 0
|
||||
#if !defined(COMP_GCC) || COMP_GCC > 10 || COMP_GCC_MINOR > 1
|
||||
static_assert(!QuantityValue<min_expl<6>>);
|
||||
#endif
|
||||
static_assert(!QuantityValue<min_expl<7>>);
|
||||
|
Reference in New Issue
Block a user