diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-12 23:32:03 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-12 23:32:03 +0000 |
commit | aba89f4de01260f5885ed913dc69231ea613436b (patch) | |
tree | 428580660e92eb5b7a56fe1c1cf18369dedfa1bf /libstdc++-v3/docs | |
parent | e785c0818d1e5a5a9cffa990cb6f39c7c6925e54 (diff) | |
download | gcc-aba89f4de01260f5885ed913dc69231ea613436b.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79412 138bc75d-0d04-0410-961f-82ee72b054a4
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> |