From: John Maddock (John_Maddock_at_[hidden])
Date: 2000-10-28 05:51:03


Dave,

>I have checked in a fix for is_reference in type_traits. It seems MSVC6.4
>chokes on short-circuit (&&,||)evaluations in constant expressions. The
fix
>is to replace them with equivalent ternary (?:) operator expressions.

That seems to be really weird, whatever your fix does seem to work though,
thanks.

- John.