Topic: very minor typo
Author: Ivan Novick <ivan@0x4849.net>
Date: Sat, 23 Jun 2007 11:55:36 CST Raw View
Hi,
In 2284.pdf file page 938 [Working Draft, Standard for Programming
Language C+], the function
basic_istream<charT,traits>& read(char_type* s , streamsize n );
Is not indented in the same way as all the other member functions ....
which made it hard for me to find it in the doc. It is tabbed in too
far.
If someone out there can fix it that would be cool :)
Thanks,
----
Ivan Novick
http://www.0x4849.net
---
[ 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.comeaucomputing.com/csc/faq.html ]
Author: pete@versatilecoding.com (Pete Becker)
Date: Sat, 23 Jun 2007 21:11:30 GMT Raw View
Ivan Novick wrote:
>
> In 2284.pdf file page 938 [Working Draft, Standard for Programming
> Language C+], the function
>
> basic_istream<charT,traits>& read(char_type* s , streamsize n );
>
In my copy of N2284.pdf, in [istream.unformatted], that line is the
prototype for paragraph 30. (that's just a little lesson in citing the
standard: the tags never change, so they're the best way to refer to
particular parts of the standard, and paragraph numbers are much easier
to find than particular text).
> Is not indented in the same way as all the other member functions ....
> which made it hard for me to find it in the doc. It is tabbed in too
> far.
>
I'll take care of it.
Rather than tie up newsgroup bandwidth, you can send editorial fixes to
editorial@versatilecoding.com. You'll get a canned reply rather than
something as personal as this.
--
-- Pete
Roundhouse Consulting, Ltd. (www.versatilecoding.com)
Author of "The Standard C++ Library Extensions: a Tutorial and
Reference." (www.petebecker.com/tr1book)
---
[ 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.comeaucomputing.com/csc/faq.html ]
Author: scott douglass <sdouglass%_%junk@_.arm.com>
Date: 1999/04/15 Raw View
Hello,
It's so minor I almost hate to mention it.
In 18.7 it's talking about va_start and says:
>SEE ALSO: ISO C subclause 4.8.1.1.
but that's the ANSI numbering, 7.8.1.1 is probably what it means. Then after
the next paragraph it's talking about longjmp and it says:
>SEE ALSO: ISO C subclause 7.10.4, 7.8, 7.6, 7.12.
7.6 (setjmp.h) makes sense and 7.10.4 (about/atexit/exit/getenv/system) might be
relavent but 7.8 (stdarg.h) and 7.12 (time.h) are surely misplaced.
Is there a better place than std.comp.c++ to report such things?
---
[ 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://reality.sgi.com/austern_mti/std-c++/faq.html ]