From: Jonathan Wakely
Date: Fri, 16 Oct 2015 13:55:12 +0000 (+0100)
Subject: Document options for Filesystem TS library
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe29811c31bcbe41b4808e2d021f6ab1282a269e;p=gcc.git
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
---
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.
-