On 06/04/2012 06:55 PM, Paolo Carlini wrote:
If, more generally, you mean we should remove it completely, I'm afraid some cases are rather nasty. For example, I think that whenever we go through implicit_conversion, thus its flags &=, the following function calls can easily have at the same time complain & tf_error true and flags & LOOKUP_COMPLAIN false.
In cases where we currently don't set LOOKUP_COMPLAIN in flags, we can instead set complain to tf_none.
Jason