Re: [C++ Patch/RFC] Tiny tsubst tweak
The first patch is OK. Jason
Re: [C++ Patch/RFC] Tiny tsubst tweak
... well, I suppose that in principle the super-safe thing to do in such cases would be checking immediately and returning immediately only if we are in a SFINAE context. Like in the untested patchlet attached. Paolo. / Index: pt.c ==