diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-01 00:47:32 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-01 00:47:32 +0000 |
commit | 4f2e7aceb7414af39652beeaef7fe213b170d8f6 (patch) | |
tree | b3576f8a68ccf4150120e154305ae128f255a6b7 /libstdc++-v3/doc/xml | |
parent | 97c9714bfe0c572875da62dd713eb1638a9d06f4 (diff) | |
download | gcc-4f2e7aceb7414af39652beeaef7fe213b170d8f6.tar.gz |
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status table.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188095 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/xml')
-rw-r--r-- | libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 0ed63eab7be..15d1337b0cd 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -274,10 +274,11 @@ particular release. <entry/> </row> <row> + <?dbhtml bgcolor="#B0B0B0" ?> <entry>19.2</entry> <entry>Exception classes</entry> - <entry>Y</entry> - <entry/> + <entry>Partial</entry> + <entry>Missing <code>const char*</code> constructors.</entry> </row> <row> <entry>19.3</entry> @@ -322,10 +323,11 @@ particular release. <entry/> </row> <row> + <?dbhtml bgcolor="#B0B0B0" ?> <entry>19.5.5</entry> <entry>Class <code>system_error</code></entry> - <entry>Y</entry> - <entry/> + <entry>Partial</entry> + <entry>Missing <code>const char*</code> constructors.</entry> </row> <row> <entry> |