aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2004-03-12 23:32:03 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2004-03-12 23:32:03 +0000
commitd4cd08dda5f66955b84700ce89bbe2a5e29426f2 (patch)
tree428580660e92eb5b7a56fe1c1cf18369dedfa1bf /libstdc++-v3/docs
parentc973d557baa81d9f9d55f1107f94d3904ba4ba6b (diff)
downloadgcc-d4cd08dda5f66955b84700ce89bbe2a5e29426f2.zip
gcc-d4cd08dda5f66955b84700ce89bbe2a5e29426f2.tar.gz
gcc-d4cd08dda5f66955b84700ce89bbe2a5e29426f2.tar.bz2
howto.html: Add entry for DR 253 [Ready].
2004-03-12 Paolo Carlini <pcarlini@suse.de> * docs/html/ext/howto.html: Add entry for DR 253 [Ready]. * include/bits/gslice_array.h: Add comment about DR 253. * include/bits/indirect_array.h: Likewise. * include/bits/mask_array.h: Likewise. * include/bits/slice_array.h: Likewise. From-SVN: r79412
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/html/ext/howto.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html
index 682b34e..f17c617 100644
--- a/libstdc++-v3/docs/html/ext/howto.html
+++ b/libstdc++-v3/docs/html/ext/howto.html
@@ -412,6 +412,14 @@
<dd>This nested typdef was originally not specified.
</dd>
+ <dt><a href="lwg-active.html#253">253</a>:
+ <em>valarray helper functions are almost entirely useless</em>
+ </dt>
+ <dd>Make the copy constructor and copy-assignment operator declarations
+ public in gslice_array, indirect_array, mask_array, slice_array; provide
+ definitions.
+ </dd>
+
<dt><a href="lwg-defects.html#265">265</a>:
<em>std::pair::pair() effects overly restrictive</em>
</dt>