Boost logo

Boost :

From: David Abrahams (abrahams_at_[hidden])
Date: 2000-10-27 08:50:48


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.

-Dave


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk