$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-02-02 08:45:43
From: "David Abrahams" <david.abrahams_at_[hidden]>
> It turns out that the Intel compiler has the same (mis)behavior as MSVC in
> that std::typeid()returns different objects for T, T const, T const
> volatile, T const&, etc.
MSVC 7.0 strips cv qualifiers but not references.