Re: Potential bug? Jonathan S. Shapiro (shap@eros-os.org)
Sat, 17 Jun 2000 10:33:27 -0400

It's a bug. I'll fix it when I get home tomorrow.

Nice catch.

shap



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...
>
>
>
>
>