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
A user who does not have a github account reported that writing your own global operator new, and call mock functions from within it, causes infinite recursion.
This could be resolved by ensuring that all memory allocation in Trompeloeil is made via allocators that the user provides. The default can still be to use global operator new, so only advanced users yould be affected.
The text was updated successfully, but these errors were encountered:
A user who does not have a github account reported that writing your own global operator new, and call mock functions from within it, causes infinite recursion.
This could be resolved by ensuring that all memory allocation in Trompeloeil is made via allocators that the user provides. The default can still be to use global operator new, so only advanced users yould be affected.
The text was updated successfully, but these errors were encountered: