can any one explain this?
"Overload resolution and partial ordering are used to select the best
conversion function among multiple template conversion functions and
or non-template conversion functions."
Please explain with a program…..
the statement is from ISO C++ Standard 14.5.2 section ,point 8
Edit: After first comment
The code above shows partial ordering and overload resolution when template/non-template both are involved.