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 for c++/48557 (SFINAE failure with void operands)


On 04/14/2011 10:57 AM, Jason Merrill wrote:
We were just failing to check complain for this one error.

Er, actually that's the next patch. For this one, we were complaining in decay_conversion about misuse of void. I noticed that some other places avoid calling that on void operands, so that's what I did here as well.


Jason


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