Removed initializer list C++98 workarounds

This commit is contained in:
christophe
2025-10-19 21:26:37 +02:00
committed by christophe
parent d34c19ecd0
commit 27f6029998

View File

@@ -819,7 +819,9 @@ int main()
Error += test_vec2();
Error += test_vec3();
Error += test_vec4();
Error += test_quat();
Error += test_mat2x2();
Error += test_mat3x3();
Error += test_mat3x4();