Skip to content
Snippets Groups Projects
Commit f2485b58 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Before proceeding to call the special user-specific function check for the right overload.

This implementation is a bit cumbersome, but the key advantage is that we do not
create AST nodes on the heap. We create some nodes which will help the overload
candidate selector to do the selection. After it returned true/false (there is/isn't
proper function to call) we free all the used memory and proceed in calling the
user defined function.
parent 8bcf674f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment