Browse Source

Removed initializer list C++98 workarounds

christophe 1 month ago
parent
commit
27f6029998
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/core/core_cpp_constexpr.cpp

+ 2 - 0
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();