This is the mail archive of the gcc-help@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: temporary auto_ptr


> If there is a *single* implicit conversion possible, then I think you'll get
> that implicit conversion.
>
> If there are *multiple* implicit conversions possible, then the compiler
> will indicate an ambiguous implicit conversion situation.

 At least I don't see any options for multiple implicit conversion here.
It seems to be one and single .
  I don't see neither multiple paths to do the conversion,nor sequence of
conversions that require more than one cast.
(maybe there are some hidden things in actual implementation of auto_ptr,
 however)


Regards,
 Dima.


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