Re: Potential bug? Jonathan S. Shapiro (shap@eros-os.org)
Mon, 19 Jun 2000 17:00:38 -0400

This is now fixed in the tree. It should propate to anonymous CVS in about 20 minutes.

Thanks, Vadim.



From: "Vadim Lebedev" <vlebedev@aplio.fr> To: <eros-port@eros-os.org>
Sent: Saturday, June 17, 2000 10:33 AM
Subject: Potential bug?

> Hello,
>
> Browsing through the sources of Set.hxx i've found following
>
> Set32& operator&=(const Set32& that)
> { bits |= that.bits; return *this; }
> Set32& operator|=(const Set32& that)
> { bits &= that.bits; return *this; }
>
> Is it a typo or purposeful inversion of the operator meanings?
>
>
> Vadim
> P.S. Please CC me the answer i'm not yet subscribed on the list...
>
>
>
>
>