On 06/03/2014 11:24 AM, Paolo Carlini wrote:
+ if (NULLPTR_TYPE_P (from) && (flags & LOOKUP_ONLYCONVERTING)) + conv->bad_p = true;
Thanks. What kind of error message do we get with this change? Would adding something to convert_like_real provide a more helpful diagnostic?
Jason