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
refactor: replace per-type operator==() and operator<=>() with a single generic template
Add a reflection-based operator==() and operator<=>() template pair that
compare bases then members using the MRDOCS_DESCRIBE metadata.
This removes almost all per-type overloads.
0 commit comments