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
Reference types (of which there are no glvalues) seem to vacuously have strong structural equality, which would allow an rvalue reference (which is a literal type) as a template parameter.
Proposed change:
Explicitly exclude all reference types from strong structural equality.