mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-16 14:11:28 +07:00
ext funcs non-arithmetic T support
This commit is contained in:
@@ -52,6 +52,8 @@ TEST_CASE("vmath/ext/units") {
|
||||
STATIC_CHECK(identity2x2<int> == int2x2());
|
||||
STATIC_CHECK(identity3x3<int> == int3x3());
|
||||
STATIC_CHECK(identity4x4<int> == int4x4());
|
||||
|
||||
STATIC_CHECK(qidentity<float> == qfloat());
|
||||
}
|
||||
|
||||
TEST_CASE("vmath/ext/hash") {
|
||||
|
||||
Reference in New Issue
Block a user