aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2006-03-08 09:44:56 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2006-03-08 09:44:56 +0000
commit634a11f7bf6f032aa190aa5355a1d4eea710dc28 (patch)
tree56c888c4772f2f5c4d05cb4eeb262cb63f3ffb0e /libstdc++-v3/docs
parent50d5ff7d8f100436b3646ca1a81ca9ebfa9944d3 (diff)
downloadgcc-634a11f7bf6f032aa190aa5355a1d4eea710dc28.zip
gcc-634a11f7bf6f032aa190aa5355a1d4eea710dc28.tar.gz
gcc-634a11f7bf6f032aa190aa5355a1d4eea710dc28.tar.bz2
Implement the resolution of DR 455, [DR].
2006-03-08 Paolo Carlini <pcarlini@suse.de> Implement the resolution of DR 455, [DR]. * src/ios_init.cc (ios_base::Init::Init()): Do it. * testsuite/27_io/objects/char/dr455.cc: New. * testsuite/27_io/objects/wchar_t/dr455.cc: Likewise. * docs/html/ext/howto.html: Add an entry for DR 455. From-SVN: r111842
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/html/ext/howto.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html
index cf87f6c..7fb2a6a 100644
--- a/libstdc++-v3/docs/html/ext/howto.html
+++ b/libstdc++-v3/docs/html/ext/howto.html
@@ -561,6 +561,12 @@
<dd>Don't fail if the next pointer is null and newoff is zero.
</dd>
+ <dt><a href="lwg-defects.html#455">455</a>:
+ <em>cerr::tie() and wcerr::tie() are overspecified</em>
+ </dt>
+ <dd>Initialize cerr tied to cout and wcerr tied to wcout.
+ </dd>
+
<dt><a href="lwg-defects.html#464">464</a>:
<em>Suggestion for new member functions in standard containers</em>
</dt>