You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And... did it worked? did it produced the expected results? Testing a vec3 was something that I wanted to do but never got time to.
Can you share the code you used to instantiate the tween or maybe a small file enough to reproduce the warning, does it happen with other types? Does it happen under C++17/14/11 flags?
Compiling this with MSVC 16 on C++20 and tweening a glm::vec3 I get the following warning:
Adding the constexpr removes the warning but you should know more.
The text was updated successfully, but these errors were encountered: