aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2018-06-14 11:59:14 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2018-06-14 11:59:14 +0100
commit8513bec38c903ccef49286b1dc741303f7df4761 (patch)
tree6b6af00f899d78533c0cfa985baa2f955b33ce25
parentbb4291d9ded2c423a993a411acbcb910903d32af (diff)
downloadgcc-8513bec38c903ccef49286b1dc741303f7df4761.zip
gcc-8513bec38c903ccef49286b1dc741303f7df4761.tar.gz
gcc-8513bec38c903ccef49286b1dc741303f7df4761.tar.bz2
Fix errors in libstdc++-v3/ChangeLog entries.
From-SVN: r261589
-rw-r--r--libstdc++-v3/ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 923841a..490dd24 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -12,8 +12,6 @@
PR libstdc++/86127
* include/bits/forward_list.h (_Fwd_list_base::_Tp_alloc_type): Remove
unused typedef.
- (_Fwd_list_base::_Node_alloc_traits): Use allocator_traits instead of
- __gnu_cxx::__alloc_traits.
(_Fwd_list_base::_M_create_node, _Fwd_list_base::_M_erase_after):
Use node allocator to create and destroy elements.
(forward_list::_Tp_alloc_type): Remove unused typedef.
@@ -80,6 +78,7 @@
* include/bits/uniform_int_dist.h (uniform_int_distribution): Add
non-explicit default constructors. Remove default argument for first
parameter of explicit constructor.
+ * include/ext/random
(simd_fast_mersenne_twister_engine, beta_distribution)
(rice_distribution, nakagami_distribution, pareto_distribution)
(k_distribution, arcsine_distribution, hoyt_distribution)