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
Frontend crash regression when compiling this code. Required flags: -std=c++23/26 (for explicit object parameters)
Works on 19.1.0 even with assertions, crashes on master(both with assertions and without)
Quaternionz can be a class as well, and inverse can just accept (this Quaternionz& a) and still crash. Function/object names can be shortened.
Looks like it is an issue with parsing explicit object parameters.