reccmp: template compare annotations (#88)

* reccmp: Add ability to compare template instantiations

* Add example of template instantiation comparison.

* merge

* Add template compare annotations for MxList instances

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
pewpew
2023-09-29 13:40:46 -05:00
committed by GitHub
parent f7743c51fb
commit b77cd067d3
5 changed files with 57 additions and 23 deletions

View File

@@ -182,4 +182,4 @@ MxResult MxNotificationManager::Send(MxCore *p_listener, MxParam *p_param)
}
return FAILURE;
}
}