From fe29811c31bcbe41b4808e2d021f6ab1282a269e Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Fri, 16 Oct 2015 14:55:12 +0100
Subject: [PATCH] Document options for Filesystem TS library
* doc/xml/manual/configure.xml: Document
--enable-libstdcxx-filesystem-ts option.
* doc/xml/manual/status_cxx2014.xml: Document libstdc++fs.a.
* doc/xml/manual/using.xml: Likewise.
* doc/html/*: Regenerate.
From-SVN: r228914
---
libstdc++-v3/ChangeLog | 8 +++++
libstdc++-v3/doc/html/manual/configure.html | 6 +++-
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/intro.html | 2 +-
libstdc++-v3/doc/html/manual/status.html | 6 +++-
libstdc++-v3/doc/html/manual/using.html | 5 ++-
.../html/manual/using_dynamic_or_shared.html | 17 ++++++++++
libstdc++-v3/doc/xml/manual/configure.xml | 9 +++++
.../doc/xml/manual/status_cxx2014.xml | 6 +++-
libstdc++-v3/doc/xml/manual/using.xml | 33 ++++++++++++++++++-
10 files changed, 87 insertions(+), 7 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f89d477cafa..f6c35e69359 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+2015-10-16 Jonathan Wakely
+
+ * doc/xml/manual/configure.xml: Document
+ --enable-libstdcxx-filesystem-ts option.
+ * doc/xml/manual/status_cxx2014.xml: Document libstdc++fs.a.
+ * doc/xml/manual/using.xml: Likewise.
+ * doc/html/*: Regenerate.
+
2015-10-16 Aurelio Remonda
* testsuite/25_algorithms/random_shuffle/moveable.cc: Change variable
diff --git a/libstdc++-v3/doc/html/manual/configure.html b/libstdc++-v3/doc/html/manual/configure.html
index 565d75e3e25..a54582d7a79 100644
--- a/libstdc++-v3/doc/html/manual/configure.html
+++ b/libstdc++-v3/doc/html/manual/configure.html
@@ -245,4 +245,8 @@
iostream
, and others. Disabling means that
the C++ runtime is compiled without support for vtable
verification. By default, this option is off.
-