$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-05-27 10:35:02
John Maddock wrote:
> OK, the following:
>
> boost::compressed_pair<const int, long> cp2;
>
> Gives me a compiler error with VC7.1 (it should as well, but it's not
> really a compressed_pair issue).
Why should it? std::pair works.