$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gavin Collings (gcollings_at_[hidden])
Date: 2000-03-10 06:05:28
> Please have a look at the docvault, and please report back
> if you have compiler trouble, especially with MSVC.
>
A quick feed through MSVC shows that it has trouble with the partial
specialization of std::numeric_limits / std::less (it doesn't handle
partial specialization).
Gavin