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]

Re: c++/5543: [2001-01-21] Conversions and template functions


Synopsis: [2001-01-21] Conversions and template functions

State-Changed-From-To: analyzed->closed
State-Changed-By: bajo
State-Changed-When: Wed May  7 11:10:33 2003
State-Changed-Why:
    Not a bug. Dubbing the template parameter of type 'Q',
    the compiler cannot deduce type<Q> from C<type<int> >,
    and it cannot look into any conversion operator (they
    are not listed into the alternative ways to exploit when
    deduction fails; the list is at §14.8.2.1p3).

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5543


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