$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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