From 27f60299984bda13d3a0e9c2c0cf48a22466dd4e Mon Sep 17 00:00:00 2001 From: christophe Date: Sun, 19 Oct 2025 21:26:37 +0200 Subject: [PATCH] Removed initializer list C++98 workarounds --- test/core/core_cpp_constexpr.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/core/core_cpp_constexpr.cpp b/test/core/core_cpp_constexpr.cpp index cb7727319..43c7d5dd3 100644 --- a/test/core/core_cpp_constexpr.cpp +++ b/test/core/core_cpp_constexpr.cpp @@ -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();