This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libstdc++] more operator precedence bugs


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]