diff options
author | Paolo Carlini <pcarlini@suse.de> | 2004-03-12 23:32:03 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2004-03-12 23:32:03 +0000 |
commit | d4cd08dda5f66955b84700ce89bbe2a5e29426f2 (patch) | |
tree | 428580660e92eb5b7a56fe1c1cf18369dedfa1bf /libstdc++-v3/docs | |
parent | c973d557baa81d9f9d55f1107f94d3904ba4ba6b (diff) | |
download | gcc-d4cd08dda5f66955b84700ce89bbe2a5e29426f2.tar.gz |
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.html | 8 |
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 682b34e3b62..f17c6173c08 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> |