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.1 | General | Y | |
28.2 | Definitions | Y | |
28.3 | Requirements | Y | |
28.4 | Header <regex> synopsis | Y | |
28.5 | Namespace std::regex_constants | Y | |
28.6 | Class regex_error | Y | |
28.7 | Class template regex_traits | Partial | transform_primary is not correctly implemented | |
28.8 | Class template basic_regex | Y | |
28.9 | Class template sub_match | Y | |
28.10 | Class template match_results | Y | |
28.11 | Regular expression algorithms | Y | |
28.12 | Regular expression Iterators | Y | |
28.13 | Modified ECMAScript regular expression grammar | Y | |
+ |
28.1 | General | Y | |
28.2 | Definitions | Y | |
28.3 | Requirements | Y | |
28.4 | Header <regex> synopsis | Y | |
28.5 | Namespace std::regex_constants | Y | |
28.6 | Class regex_error | Y | |
28.7 | Class template regex_traits | Partial | transform_primary is not correctly implemented |
28.8 | Class template basic_regex | Y | |
28.9 | Class template sub_match | Y | |
28.10 | Class template match_results | Y | |
28.11 | Regular expression algorithms | Y | |
28.12 | Regular expression Iterators | Y | |
28.13 | Modified ECMAScript regular expression grammar | Y | |
29
|
Atomic operations
@@ -463,7 +463,7 @@ not in any particular release.
28
|
Regular expressions
- |
28.1 | General | Y | |
28.2 | Definitions | Y | |
28.3 | Requirements | Y | |
28.4 | Header <regex> synopsis | Y | |
28.5 | Namespace std::regex_constants | Y | |
28.6 | Class regex_error | Y | |
28.7 | Class template regex_traits | Partial | transform_primary is not correctly implemented | |
28.8 | Class template basic_regex | Y | |
28.9 | Class template sub_match | Y | |
28.10 | Class template match_results | Y | |
28.11 | Regular expression algorithms | Y | |
28.12 | Regular expression Iterators | Y | |
28.13 | Modified ECMAScript regular expression grammar | Y | |
+ |
28.1 | General | Y | |
28.2 | Definitions | Y | |
28.3 | Requirements | Y | |
28.4 | Header <regex> synopsis | Y | |
28.5 | Namespace std::regex_constants | Y | |
28.6 | Class regex_error | Y | |
28.7 | Class template regex_traits | Partial | transform_primary is not correctly implemented |
28.8 | Class template basic_regex | Y | |
28.9 | Class template sub_match | Y | |
28.10 | Class template match_results | Y | |
28.11 | Regular expression algorithms | Y | |
28.12 | Regular expression Iterators | Y | |
28.13 | Modified ECMAScript regular expression grammar | Y | |
29
|
Atomic operations
@@ -920,7 +920,7 @@ since C++14 and the implementation is complete.
31
|
Regular expressions
- |
31.1 | General | Y | |
31.2 | Definitions | Y | |
31.3 | Requirements | Y | |
31.4 | Header <regex> synopsis | Y | |
31.5 | Namespace std::regex_constants | Y | |
31.6 | Class regex_error | Y | |
31.7 | Class template regex_traits | Partial | transform_primary is not correctly implemented | |
31.8 | Class template basic_regex | Y | |
31.9 | Class template sub_match | Y | |
31.10 | Class template match_results | Y | |
31.11 | Regular expression algorithms | Y | |
31.12 | Regular expression Iterators | Y | |
31.13 | Modified ECMAScript regular expression grammar | Y | |
+ |
31.1 | General | Y | |
31.2 | Definitions | Y | |
31.3 | Requirements | Y | |
31.4 | Header <regex> synopsis | Y | |
31.5 | Namespace std::regex_constants | Y | |
31.6 | Class regex_error | Y | |
31.7 | Class template regex_traits | Partial | transform_primary is not correctly implemented |
31.8 | Class template basic_regex | Y | |
31.9 | Class template sub_match | Y | |
31.10 | Class template match_results | Y | |
31.11 | Regular expression algorithms | Y | |
31.12 | Regular expression Iterators | Y | |
31.13 | Modified ECMAScript regular expression grammar | Y | |
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
|