This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/28278] formatted I/O and calling width(0)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28278

--- Comment #4 from Michael <mikeus at hotmail dot ru> 2010-12-27 15:12:50 UTC ---
:))OK.
( I merely have looked at 'ios_base state functions' chapter in C++0x draft and
not found any mention that any preset state of a stream may be lost after an
output operation.  It turns out that the width is the (only) state which can
be(inconsequently) lost after an output operation. )


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