Function overload resolution rules with template specializations in egcs-2.91.66

Christopher T. Day CTDay@lbl.gov
Wed Oct 11 13:56:00 GMT 2000


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






More information about the Gcc mailing list