aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2004-11-18 09:52:57 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2004-11-18 09:52:57 +0000
commit14492f0b1e71aeb385d252cb202ea39dee37b3c0 (patch)
tree8cac65a439ff7872f3f8a7273405ac98c604c6f8 /libstdc++-v3/docs
parent410d3bbaa212a55cf614e74580e4213675291ce8 (diff)
downloadgcc-14492f0b1e71aeb385d252cb202ea39dee37b3c0.zip
gcc-14492f0b1e71aeb385d252cb202ea39dee37b3c0.tar.gz
gcc-14492f0b1e71aeb385d252cb202ea39dee37b3c0.tar.bz2
DR 434.
2004-11-18 Paolo Carlini <pcarlini@suse.de> DR 434. bitset::to_string() hard to use [Ready] * include/std/std_bitset.h (to_string): Add three overloads, taking fewer template arguments. * docs/html/ext/howto.html: Add an entry for DR 434. * testsuite/23_containers/bitset/to_string/1.cc: New. From-SVN: r90854
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 5b4a69f..194bc5d 100644
--- a/libstdc++-v3/docs/html/ext/howto.html
+++ b/libstdc++-v3/docs/html/ext/howto.html
@@ -497,6 +497,12 @@
<dd>Replace &quot;new&quot; with &quot;::new&quot;.
</dd>
+ <dt><a href="lwg-active.html#434">434</a>:
+ <em>bitset::to_string() hard to use</em>
+ </dt>
+ <dd>Add three overloads, taking fewer template arguments.
+ </dd>
+
<dt><a href="lwg-active.html#453">453</a>:
<em>basic_stringbuf::seekoff need not always fail for an empty stream</em>
</dt>