Posted Jun 18, 2008 21:58 UTC (Wed) by flewellyn (subscriber, #5047)
[Link]
You would DECLARE the types of the arguments in the calling function. Then (in some
implementations, anyway) the compiler would see that the arguments to the generic function are
of a particular type, and do the dispatch at compile-time. No changes to the called GF
required.