This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Template parameter type inference algorithm


Hello,

where can I found a description of the type inference
algorithm used by GCC to solve dependencies between
template parameters and to bind a template instance
to a template name with its actual parameters?

And the next question: which approach is used by GCC
to effectively find the best matching function (method,
operator etc.) to a given function application?

Could you please suggest me a paper available on the 
Internet or a book which explains the above problems? 

    Best regards
    Piotr Wyderski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]