Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SEGV caused by duplicate memoize hints
HintTypeName was missing the item for the Memoize hint. This causes SEGV or "(null)" printing by printf on erroring of duplicate memoize hints. Add the missing item and a static assertion to check the same kind of fault. Reported by ShangBenX <https://github.com/ShangBenX>
- Loading branch information