From 47f5ea1c1b5df0e1d80f6b42e17aa004192e5b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 16 Jul 2026 01:16:30 +0200 Subject: [PATCH] Math: these test declarations were never actually implemented. Thanks, Clang? --- src/Magnum/Math/Test/TypeTraitsTest.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Magnum/Math/Test/TypeTraitsTest.cpp b/src/Magnum/Math/Test/TypeTraitsTest.cpp index 9bb39d11e..961fbd1cc 100644 --- a/src/Magnum/Math/Test/TypeTraitsTest.cpp +++ b/src/Magnum/Math/Test/TypeTraitsTest.cpp @@ -63,8 +63,6 @@ struct TypeTraitsTest: TestSuite::Tester { template void equalsZeroIntegral(); template void equalsZeroFloatingPoint(); - template void equalsZeroFloatingPointSmall(); - template void equalsZeroFloatingPointLarge(); void equal(); };