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]

Function overload resolution rules with template specializations in egcs-2.91.66


Title: Function overload resolution rules with template specializations in egcs-2.91.66

Does anyone know the exact rules that egcs-2.91.66 uses for function overload resolution when templates with specializations are involved? Are they different from Standard C++? I seem to have a case where my fully specialized template form is being overlooked in favor of a form generated from a generic template, which, of course, is not what I want. Any help would be appreciated.


        Chris Day
        Lawrence Berkeley National Laboratory


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