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
I was writing a generic code and found an issue with defaulted comparison operator if they are constexpr in a template, and then I instantiate it with non-constexpr comparable type. I think it should be accepted, especially if I write this code manually the constexpr-ness will be downgraded silently.