This is the mail archive of the gcc-patches@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++ Patch/RFC] Final part of c++/26099, __is_convertible_to


Richard Guenther wrote:

;)

I suppose you tried that - from a quick look that argument to
perform_implicit_conversion would need to be passed down to
a _lot_ of stuff.  I agree that a this global flag in diagnostics is
not the prettiest thing though.

Right, we totally agree on both accounts. What can I say, I was just trying to find *a* slick way to accomplish the task, a way completely different from changing many functions to take an additional do_not_emit_errors boolean.


Now, having tried hard for some time, and having received your and Andrew's feedback, I will just go ahead and proceed along the boring way till the end...

Thanks to both of you for your feedback.
Paolo.


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