diff options
author | Tim Shen <timshen91@gmail.com> | 2013-10-01 23:56:45 +0000 |
---|---|---|
committer | Tim Shen <timshen@gcc.gnu.org> | 2013-10-01 23:56:45 +0000 |
commit | c877c342481a278f8803552b40f33722d144c6d8 (patch) | |
tree | ac7518adbeb1f267551a0f17039e2634ad56c906 | |
parent | 7d48a109d36b4a228ba3822d5483647a0723cce2 (diff) | |
download | gcc-c877c342481a278f8803552b40f33722d144c6d8.zip gcc-c877c342481a278f8803552b40f33722d144c6d8.tar.gz gcc-c877c342481a278f8803552b40f33722d144c6d8.tar.bz2 |
status_cxx2011.xml: Change "is not implemented" to "is not correctly implemented".
2013-10-01 Tim Shen <timshen91@gmail.com>
* doc/xml/manual/status_cxx2011.xml: Change "is not implemented" to
"is not correctly implemented".
From-SVN: r203097
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1a2fb28..dde2e47 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2013-10-01 Tim Shen <timshen91@gmail.com> + * doc/xml/manual/status_cxx2011.xml: Change "is not implemented" to + "is not correctly implemented". + +2013-10-01 Tim Shen <timshen91@gmail.com> + * doc/xml/manual/status_cxx2011.xml: Update regex status. * include/bits/regex.h (match_results<>::begin, match_results<>::cbegin, match_results<>::end, match_results<>::cend): diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 29c235d..5743c83 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -2219,7 +2219,7 @@ particular release. <entry>28.7</entry> <entry>Class template <code>regex_traits</code></entry> <entry>Partial</entry> - <entry><code>transform_primary</code> is not implemented</entry> + <entry><code>transform_primary</code> is not correctly implemented</entry> <entry/> </row> <row> |