Topic: Typos in 27.4.4 (declarations of basic_ios)
Author: Ray Lischner <dontspamme@spam.you>
Date: Wed, 10 Jul 2002 18:40:54 GMT Raw View
The declaration of basic_ios<> at the start of 27.4.4 is missing a couple of
semicolons:
operator void*() const
bool operator!() const
The semicolons are also missing in the draft TC.
--
Ray Lischner, author of C++ in a Nutshell (forthcoming)
http://www.tempest-sw.com/cpp/
---
[ 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 ]
Author: Andrew Koenig <ark@research.att.com>
Date: Thu, 11 Jul 2002 13:47:49 GMT Raw View
Ray> The declaration of basic_ios<> at the start of 27.4.4 is missing a couple of
Ray> semicolons:
Ray> operator void*() const
Ray> bool operator!() const
Ray> The semicolons are also missing in the draft TC.
Noted; thanks!
--
Andrew Koenig, ark@research.att.com, http://www.research.att.com/info/ark
---
[ 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 ]