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]

Re: Template parameter type inference algorithm


Dave Korn wrote:

>   I Am Not A Language Lawyer, but IIUIC all the procedures for resolving
> names and overloading are clearly specified in the C++ language spec, and
> the compiler implements the standards-mandated algorithms.

The specification defines only the inference rules. Their
effective implementation (i.e. the thing I'd like to know)
is a separate problem. :-)

    Best regards
    Piotr Wyderski


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