
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? On a related note, when are expected failures going to turn gray? :-) -- Peter Dimov http://www.pdimov.com

Peter Dimov writes:
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?
On a related note, when are expected failures going to turn gray? :-)
Already. -- Aleksey Gurtovoy MetaCommunications Engineering

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
participants (3)
-
Aleksey Gurtovoy
-
Douglas Gregor
-
Peter Dimov