Re: [C++ Patch] pedwarn issues
OK, thanks. Jason
[C++ Patch] pedwarn issues
Hi, a few cases where under SFINAE we just go ahead and we don't immediately return error_mark_node. During the work I also noticed a glitch in cxx_sizeof_or_alignof_type where we do complain & tf_warning_or_error but in that case complain is a bool. Tested x86_64-linux as usual. Thanks, Pa