From: Jonathan Wakely
Date: Fri, 29 May 2015 15:18:05 +0000 (+0100)
Subject: status_cxx2017.xml: Fix duplicate ID attribute.
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cfba236af0e2641ef5a90d8060f7e9fadb6dd148;p=gcc.git
status_cxx2017.xml: Fix duplicate ID attribute.
* doc/xml/manual/status_cxx2017.xml: Fix duplicate ID attribute.
* doc/html/manual/*: Regenerate.
From-SVN: r223868
---
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 9b53161ac4c..3a35a9a4a3b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,8 @@
2015-05-29 Jonathan Wakely
+ * doc/xml/manual/status_cxx2017.xml: Fix duplicate ID attribute.
+ * doc/html/manual/*: Regenerate.
+
* include/std/future (__async_result_of): New alias template.
(async): Use __async_result_of to pass decayed types to result_of.
* testsuite/30_threads/async/lwg2021.cc: New.
diff --git a/libstdc++-v3/doc/html/manual/bugs.html b/libstdc++-v3/doc/html/manual/bugs.html
index 16dda6acc15..d42336ca670 100644
--- a/libstdc++-v3/doc/html/manual/bugs.html
+++ b/libstdc++-v3/doc/html/manual/bugs.html
@@ -348,4 +348,7 @@
1339:
uninitialized_fill_n should return the end of its range
Return the end of the filled range.
+
2021:
+ Further incorrect uses of result_of
+ Correctly decay types in signature of std::async
.