This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++] more operator precedence bugs
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Sylvain Pion <Sylvain dot Pion at sophia dot inria dot fr>
- Cc: rth at twiddle dot net, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Fri, 12 Apr 2002 20:09:37 +0200
- Subject: Re: [libstdc++] more operator precedence bugs
- References: <20020412200657.A1844@zosma.inria.fr>
Sylvain Pion wrote:
>>- if (__mode & ios_base::ate
>>+ if ((__mode & ios_base::ate)
>>
>
>I don't understand why these parenthesis are needed.
>
Neither I!
Richard could you possibly clarify a bit this issue?
Thanks,
Paolo.