Browse Source

Math: no need for that GCC type deduction workaround anymore.

pull/187/head^2
Vladimír Vondruš 10 years ago
parent
commit
60b56b0999
  1. 3
      src/Magnum/Math/Test/TypeTraitsTest.cpp

3
src/Magnum/Math/Test/TypeTraitsTest.cpp

@ -94,8 +94,7 @@ struct {
} }
TypeTraitsTest::TypeTraitsTest() { TypeTraitsTest::TypeTraitsTest() {
addTests<TypeTraitsTest>({ addTests({&TypeTraitsTest::name,
&TypeTraitsTest::name,
&TypeTraitsTest::equalsIntegral<UnsignedByte>, &TypeTraitsTest::equalsIntegral<UnsignedByte>,
&TypeTraitsTest::equalsIntegral<Byte>, &TypeTraitsTest::equalsIntegral<Byte>,

Loading…
Cancel
Save