 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Daryle Walker Guest
|
Posted: Sun May 02, 2004 8:28 pm Post subject: Sec. 27.1.1 screws up sec. 27.5.2.4.1 (in C++/1998) |
|
|
Sorry if this has already been reported. I think TC1 has come out, but
this is for the original 1998 version (so it may have already been
fixed).
[In another post I said that 27.1.1 should switch "ios_base" and
"basic_ios".]
It seems that section 27.1.1 [lib.iostream.limits.imbue] prevents any
stream-buffer's "imbue", in section 27.5.2.4.1
[lib.streambuf.virt.locales], to do any cascading to a parent. By a
"parent", I mean a base stream-buffer class's version of "imbue" that
the current class wants to enhance, or a contained stream-buffer object
or pointer for filtering purposes. Both cascading cases need the
current stream-buffer's "imbue" to call the parent's "imbue", which
27.1.1 bans.
--
Daryle Walker
Mac, Internet, and Video Game Junkie
dwalker07 AT snet DOT 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.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
|
|
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
|
|