This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

[patch] Fix duplicate xml:id attribute in libstdc++ manual


Self-explanatory. Committed to trunk.
commit 1a92bedf73d04fe31eea20d5a7a4fe9407a9e414
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri May 29 16:16:17 2015 +0100

    	* doc/xml/manual/status_cxx2017.xml: Fix duplicate ID attribute.
    	* doc/html/manual/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index ee32a2b..55f3cd2 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
@@ -167,7 +167,7 @@ not in any particular release.
 </table>
 
 
-<table frame="all" xml:id="table.ts_status">
+<table frame="all" xml:id="table.cxx1z_ts_status">
 <title>C++ Technical Specifications Implementation Status</title>
 
 <tgroup cols="4" align="left" colsep="0" rowsep="1">

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