From 886f9f519c0c6297c95887839e318fa79cba2052 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 2 Feb 2021 09:55:52 +0000 Subject: [PATCH] libstdc++: Fix markup for status tables in docs libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2011.xml: Remove stray table cell. * doc/xml/manual/status_cxx2014.xml: Likewise. * doc/xml/manual/status_cxx2017.xml: Likewise. * doc/html/manual/status.html: Regenerate. --- libstdc++-v3/doc/html/manual/status.html | 6 +++--- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 1 - libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 1 - libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 1 - 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index b8d9020f64d..cea0e5006bb 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -206,7 +206,7 @@ particular release. 28 Regular expressions - 28.1GeneralY 28.2DefinitionsY 28.3RequirementsY 28.4Header <regex> synopsisY 28.5Namespace std::regex_constantsY 28.6Class regex_errorY 28.7Class template regex_traitsPartialtransform_primary is not correctly implemented 28.8Class template basic_regexY 28.9Class template sub_matchY 28.10Class template match_resultsY 28.11Regular expression algorithmsY 28.12Regular expression IteratorsY 28.13Modified ECMAScript regular expression grammarY  + 28.1GeneralY 28.2DefinitionsY 28.3RequirementsY 28.4Header <regex> synopsisY 28.5Namespace std::regex_constantsY 28.6Class regex_errorY 28.7Class template regex_traitsPartialtransform_primary is not correctly implemented28.8Class template basic_regexY 28.9Class template sub_matchY 28.10Class template match_resultsY 28.11Regular expression algorithmsY 28.12Regular expression IteratorsY 28.13Modified ECMAScript regular expression grammarY  29 Atomic operations @@ -463,7 +463,7 @@ not in any particular release. 28 Regular expressions - 28.1GeneralY 28.2DefinitionsY 28.3RequirementsY 28.4Header <regex> synopsisY 28.5Namespace std::regex_constantsY 28.6Class regex_errorY 28.7Class template regex_traitsPartialtransform_primary is not correctly implemented 28.8Class template basic_regexY 28.9Class template sub_matchY 28.10Class template match_resultsY 28.11Regular expression algorithmsY 28.12Regular expression IteratorsY 28.13Modified ECMAScript regular expression grammarY  + 28.1GeneralY 28.2DefinitionsY 28.3RequirementsY 28.4Header <regex> synopsisY 28.5Namespace std::regex_constantsY 28.6Class regex_errorY 28.7Class template regex_traitsPartialtransform_primary is not correctly implemented28.8Class template basic_regexY 28.9Class template sub_matchY 28.10Class template match_resultsY 28.11Regular expression algorithmsY 28.12Regular expression IteratorsY 28.13Modified ECMAScript regular expression grammarY  29 Atomic operations @@ -920,7 +920,7 @@ since C++14 and the implementation is complete. 31 Regular expressions - 31.1GeneralY 31.2DefinitionsY 31.3RequirementsY 31.4Header <regex> synopsisY 31.5Namespace std::regex_constantsY 31.6Class regex_errorY 31.7Class template regex_traitsPartialtransform_primary is not correctly implemented 31.8Class template basic_regexY 31.9Class template sub_matchY 31.10Class template match_resultsY 31.11Regular expression algorithmsY 31.12Regular expression IteratorsY 31.13Modified ECMAScript regular expression grammarY  + 31.1GeneralY 31.2DefinitionsY 31.3RequirementsY 31.4Header <regex> synopsisY 31.5Namespace std::regex_constantsY 31.6Class regex_errorY 31.7Class template regex_traitsPartialtransform_primary is not correctly implemented31.8Class template basic_regexY 31.9Class template sub_matchY 31.10Class template match_resultsY 31.11Regular expression algorithmsY 31.12Regular expression IteratorsY 31.13Modified ECMAScript regular expression grammarY  32 Atomic operations diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index e13ca566ea3..be873962597 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -2174,7 +2174,6 @@ particular release. Class template regex_traits Partial transform_primary is not correctly implemented - 28.8 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml index 7b2d4603b24..61bea5adad5 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml @@ -1142,7 +1142,6 @@ not in any particular release. Class template regex_traits Partial transform_primary is not correctly implemented - 28.8 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 7b5df3d1385..aa34b8c3cf5 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -2224,7 +2224,6 @@ since C++14 and the implementation is complete. Class template regex_traits Partial transform_primary is not correctly implemented - 31.8 -- 2.30.2