$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-08-03 05:46:36
>> I guess calling std::equal<const char*, const char*> is dangerous if
>> you don't check the lengths of the sequences first (I do though!),
>> and in any case it shouldn't be an error!
> IMHO these errors aren't due to deprecation, but rather to "ambiguous
> call to overloaded function".
I know, but the error is deep within a perfectly good std library call, I've
submitted a bug report to MS on this.
John.