From: Eric Friedman (ebf_at_[hidden])
Date: 2003-12-05 03:13:02


David Abrahams wrote:
> It's not failing everything: the enable_if_lazy test still works.
>
> Maybe BOOST_VERY_LITTLE_SFINAE for CWPro8 ;->

FWIW, I've had similar problems with enable_if under CWPro8 for variant.

Since enable_if is used only to workaround another CWPro8 bug though, I
never spent the time to investigate. In the end I just disabled support
for reference types in variant under CodeWarrior. Too bad, really.

It'd be great if someone discovers a workaround.

Eric