From: redi
Date: Wed, 20 Jul 2016 18:22:05 +0000 (+0000)
Subject: Document LWG DR 2684 status and regenerate libstdc++ manual
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d86801688332d159d49bc55b7cd16d24ef3be423;p=thirdparty%2Fgcc.git
Document LWG DR 2684 status and regenerate libstdc++ manual
* doc/xml/manual/intro.xml: Document DR 2684 status.
* doc/html/*: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238535 138bc75d-0d04-0410-961f-82ee72b054a4
---
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c53240be4d7b..8e6f66bc31b0 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,8 @@
2016-07-20 Jonathan Wakely
+ * doc/xml/manual/intro.xml: Document DR 2684 status.
+ * doc/html/*: Regenerate.
+
* include/std/atomic (atomic_int8_t, atomic_uint8_t, atomic_int16_t)
(atomic_uint16_t, atomic_int32_t, atomic_uint32_t, atomic_int64_t)
(atomic_uint64_t): Define (LWG 2441).
diff --git a/libstdc++-v3/doc/html/manual/bugs.html b/libstdc++-v3/doc/html/manual/bugs.html
index 55964b32fb0a..3d156fbd2ba6 100644
--- a/libstdc++-v3/doc/html/manual/bugs.html
+++ b/libstdc++-v3/doc/html/manual/bugs.html
@@ -416,6 +416,9 @@
2313:
tuple_size should always derive from integral_constant<size_t, N>
Update definitions of the partial specializations for const and volatile types.
+
2328:
+ Rvalue stream extraction should use perfect forwarding
+ Use perfect forwarding for right operand.
2329:
regex_match()/regex_search() with match_results should forbid temporary strings
Add deleted overloads for rvalue strings.
@@ -446,6 +449,9 @@
2440:
seed_seq::size() should be noexcept
Add noexcept.
+
2441:
+ Exact-width atomic typedefs should be provided
+ Define the typedefs.
2454:
Add raw_storage_iterator::base() member
@@ -466,4 +472,8 @@
allocator_traits::max_size() default behavior is incorrect
Divide by the object type.
+
2684:
+ priority_queue lacking comparator typedef
+
+ Define the value_compare typedef.