Created on 2007-01-20.00:00:00 last changed 171 months ago
Proposed resolution:
To fix this, rephrase the sentence above to allow
pubimbue
to do what it was designed to do. Specifically.
change [iostream.limits.imbue], p1 to read:
No function described in clause 27 except for
ios_base::imbue
andbasic_filebuf::pubimbue
causes any instance ofbasic_ios::imbue
orbasic_streambuf::imbue
to be called. ...
[iostream.limits.imbue] specifies that "no function described in
clause 27 except for ios_base::imbue
causes any instance
of basic_ios::imbue
or
basic_streambuf::imbue
to be called."
That contradicts the Effects clause for
basic_streambuf::pubimbue()
which requires the function
to do just that: call basic_streambuf::imbue()
.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg3245 |
2007-01-20 00:00:00 | admin | create |