diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c53240be4d7..8e6f66bc31b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,8 @@
2016-07-20 Jonathan Wakely
tuple_size
should always derive from integral_constant<size_t, N>
Update definitions of the partial specializations for const and volatile types. +
Use perfect forwarding for right operand.
regex_match()/regex_search()
with match_results
should forbid temporary strings
Add deleted overloads for rvalue strings. @@ -446,6 +449,9 @@
seed_seq::size()
should be noexcept
Add noexcept
.
+
Define the typedefs.
raw_storage_iterator::base()
member
@@ -466,4 +472,8 @@
allocator_traits::max_size()
default behavior is incorrect
Divide by the object type. +
priority_queue
lacking comparator typedef
+
+ Define the value_compare
typedef.