diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-25 12:07:55 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-25 12:07:55 +0000 |
commit | d9492fde0feb1ab405d4221ba25ec1e5e35fc38e (patch) | |
tree | b6a98ac0c2f374d16f8be381965ebed1efbf7dfe /libstdc++-v3/docs | |
parent | 3dc6c978d958b70263fd6ddc2307b998364e3a2b (diff) | |
download | gcc-d9492fde0feb1ab405d4221ba25ec1e5e35fc38e.tar.gz |
2007-11-25 Paolo Carlini <pcarlini@suse.de>
* include/tr1_impl/array (array<>::_M_check): Remove, not necessary
anymore.
(array<>::at): Adjust.
* docs/html/17_intro/c++0x_status.html: Fix array::data entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130405 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/html/17_intro/c++0x_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/17_intro/c++0x_status.html b/libstdc++-v3/docs/html/17_intro/c++0x_status.html index 5627d6fe178..e4e07e01f3b 100644 --- a/libstdc++-v3/docs/html/17_intro/c++0x_status.html +++ b/libstdc++-v3/docs/html/17_intro/c++0x_status.html @@ -771,9 +771,9 @@ particular release. <tr> <td>23.2.1.4</td> <td><code>array </code>data</td> + <td>done</td> <td></td> <td></td> - <td>missing</td> <td></td> </tr> <tr> |