This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Improve libstdc++ docs w.r.t newer C++ standards


On 08/08/18 14:29 +0100, Jonathan Wakely wrote:
On 31/07/18 16:03 +0100, Jonathan Wakely wrote:
Instead of repeating all the old headers for every new standard I've
changed the docs to only list the new headers for each standard.

	* doc/xml/manual/test.xml: Improve documentation on writing tests for
	newer standards.
	* doc/xml/manual/using.xml: Document all headers for C++11 and later.
	* doc/html/*: Regenerate.

This fixes a missing header and typo in the LFTS table.

And another little tweak to the table markup.

Committed to trunk.


commit cf1fda4055fae2fa4f4f4a3f3153c3672438eaf0
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Aug 8 14:36:35 2018 +0100

    Fix Docbook markup for table entry
    
            * doc/xml/manual/using.xml: Fix markup for empty table entry.
            * doc/html/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml
index 7512b39afaf..63031c8a86d 100644
--- a/libstdc++-v3/doc/xml/manual/using.xml
+++ b/libstdc++-v3/doc/xml/manual/using.xml
@@ -574,7 +574,7 @@ compilation errors, but will not define anything.
 <entry><filename class="headerfile">experimental/unordered_set</filename></entry>
 <entry><filename class="headerfile">experimental/utility</filename></entry>
 <entry><filename class="headerfile">experimental/vector</filename></entry>
-<entry namest="c4" nameend="c5"/>
+<entry />
 </row>
 </tbody>
 </tgroup>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]