Skip to content
Commit ab7897ac authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Implement the rest of C++ [over.call.object], which permits the object

being called to be converted to a reference-to-function,
pointer-to-function, or reference-to-pointer-to-function. This is done
through "surrogate" candidate functions that model the conversions
from the object to the function (reference/pointer) and the
conversions in the arguments.

llvm-svn: 59674
parent 5b751700
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment