On 07/26/2015 01:50 PM, Patrick Palka wrote:
Hmm, on second thought, I don't think this fix is right. It may be the case that the 'return b;' was there to make instantiation of that template a compile-time error. By changing it to 'return;' instantiation is allowed. Is this property important here? Should I preserve the original property (that instantiation is a compile-time error) by instead doing the following?
Sure, can't hurt. Jason