ext funcs non-arithmetic T support

This commit is contained in:
BlackMATov
2021-02-21 01:09:25 +07:00
parent 347c721a7f
commit 8e971073af
5 changed files with 205 additions and 166 deletions

View File

@@ -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") {