$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-04-29 09:32:52
On Apr 25, 2005, at 1:57 PM, Peter Dimov wrote:
> I have one unexpected failure in bind: bind_rel_test on g++ 2.9x. It's
> caused by the overeager relops operators and the lack of std:: by
> default.
>
> I think I know how this can be fixed, but this will trigger a
> recompilation of everything that includes bind.hpp.
>
> OK to proceed with the fix?
Absolutely. Fixes are always okay... we're still many, many failures
away from having a clean regression test, so anything fixing a bug is
OK at this time. We'll clamp down on fixes once we get nearer to
release.
Doug