C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

slight bug in the standard D.7.3.1 and D.7.4.1 on <strstream

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards
View previous topic :: View next topic  
Author Message
Yannick Moy
Guest





PostPosted: Tue Mar 22, 2005 11:04 pm    Post subject: slight bug in the standard D.7.3.1 and D.7.4.1 on <strstream Reply with quote



D.7.3.1 has the following lines:

- If mode & app == 0, then [...]
- If mode & app != 0, then [...]

that should rather be (to take into account operator precedence):

- If (mode & app) == 0, then [...]
- If (mode & app) != 0, then [...]

In addition, D7.4.1 has:

- If mode & app == 0, then [...]
- If mode & app == 0, then [...] (same line, with == instead of != )

I don't know of a better place to notify this.
Please tell me if it should be sent somewhere else.

Yannick

---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]

Back to top
Pete Becker
Guest





PostPosted: Tue Mar 22, 2005 11:41 pm    Post subject: Re: slight bug in the standard D.7.3.1 and D.7.4.1 on <strst Reply with quote



Yannick Moy wrote:
Quote:
D.7.3.1 has the following lines:

- If mode & app == 0, then [...]
- If mode & app != 0, then [...]

that should rather be (to take into account operator precedence):

- If (mode & app) == 0, then [...]
- If (mode & app) != 0, then [...]

In addition, D7.4.1 has:

- If mode & app == 0, then [...]
- If mode & app == 0, then [...] (same line, with == instead of != )


These have been fixed. Looks like you're using the 1998 standard instead
of the 2003 revision.

Quote:
I don't know of a better place to notify this.
Please tell me if it should be sent somewhere else.


This is the right place.

--

Pete Becker
Dinkumware, Ltd. (http://www.dinkumware.com)

---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]


Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.