Re: [C++ Patch] Small SFINAE-related clean up

2012-10-07 Thread Jason Merrill
OK. Jason

[C++ Patch] Small SFINAE-related clean up

2012-10-07 Thread Paolo Carlini
Hi, I believe that, as a general rule, a function taking a tsubst_flags_t complain parameter should propagate it, thus, in particular, call the *_sfinae variant of various helper functions we have got. The below fixes a few places where we weren't doing that (+ a couple of minor unrelated twe