This is the mail archive of the gcc-bugs@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]

[Bug c++/9126] g++ incorrectly prefers non-template user-defined conversion operator


------- Additional Comments From nathan at gcc dot gnu dot org  2004-12-02 10:22 -------
I cannot find words in the std that justifies selecting the template function. 
The list in [13.3.3] has the template/non template check *before* the
return type conversion sequence check.

I have asked EDG for an opinion

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9126


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