c++/5543: [2001-01-21] Conversions and template functions
giovannibajo@libero.it
giovannibajo@libero.it
Wed May 7 11:16:00 GMT 2003
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
More information about the Gcc-bugs
mailing list