
26 Feb
2004
26 Feb
'04
9:01 p.m.
"Brian McNamara" <lorgon@cc.gatech.edu> wrote in message news:20040226202020.GB14909@lennon.cc.gatech.edu...
On Thu, Feb 26, 2004 at 09:33:29AM -0600, Max Motovilov wrote:
Which might not be so bad after all, except for the fact that the operators we inject are now as generic as can be (mine were at least limited to SomeTemplate<T> arguments), with only SFINAE to protect us from mayhem...
IMO, you are either going to rely on SFINAE or you are not. In this case, it seems clear that you need enable_if to make the implementation work. So use it, trust in it, and let broken compilers be darned!
Yes, my sentiments exactly. But I would use stronger language ;-) Jonathan