From 1fdb895a9d96d63b5353fa26f0f653a7de7a09db Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Sat, 6 Aug 2016 13:21:38 +0100
Subject: [PATCH] Change libstdc++ manual to refer to release not trunk
* doc/xml/manual/status_cxx2011.xml: Change "mainline GCC SVN" to
refer to the release series.
* doc/xml/manual/status_cxx2014.xml: Likewise.
* doc/html/manual/status.xml: Regenerate.
From-SVN: r239204
---
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/manual/status.html | 6 ++----
libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 3 +--
libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 3 +--
4 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c8e5cb6bdfc0..4460748b28b9 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,10 @@
2016-08-06 Jonathan Wakely
+ * doc/xml/manual/status_cxx2011.xml: Change "mainline GCC SVN" to
+ refer to the release series.
+ * doc/xml/manual/status_cxx2014.xml: Likewise.
+ * doc/html/manual/status.xml: Regenerate.
+
* testsuite/lib/libstdc++.exp (check_v3_target_filesystem_ts): Improve
comments.
diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html
index f9e240e46de7..f82a3c5c2063 100644
--- a/libstdc++-v3/doc/html/manual/status.html
+++ b/libstdc++-v3/doc/html/manual/status.html
@@ -156,8 +156,7 @@ options. The pre-defined symbol
__cplusplus is used to check for the
presence of the required flag.
-This page describes the C++11 support in mainline GCC SVN, not in any
-particular release.
+This page describes the C++11 support in the GCC 5 series.
Table 1.2. C++ 2011 Implementation Status
| Section | Description | Status | Comments |
|---|
|
18
|
@@ -335,8 +334,7 @@ options. The pre-defined symbol
__cplusplus is used to check for the
presence of the required flag.
-This page describes the C++14 and library TS support in mainline GCC SVN,
-not in any particular release.
+This page describes the C++14 and library TS support in the GCC 5 series.
Table 1.3. C++ 2014 Implementation Status |