diff options
author | Jonathan Wakely <redi@gcc.gnu.org> | 2018-08-10 20:04:01 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2018-08-10 20:04:01 +0100 |
commit | 6894c57b1e2c9068471f26f3d8d4f3f374126f52 (patch) | |
tree | 211bedd82a8d2adf12db99ae6af048e49e3c7f67 | |
parent | bf9197df810b0b0ac032c7e480d5a8b24c22f973 (diff) | |
download | gcc-6894c57b1e2c9068471f26f3d8d4f3f374126f52.zip gcc-6894c57b1e2c9068471f26f3d8d4f3f374126f52.tar.gz gcc-6894c57b1e2c9068471f26f3d8d4f3f374126f52.tar.bz2 |
Fix formatting in ChangeLog
From-SVN: r263476
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 347c9e3..aa90b20 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,7 +1,7 @@ 2018-08-10 Martin Liska <mliska@suse.cz> * libsupc++/new_op.cc (new): Remove __builtin_expect as malloc - predictor can handle that. + predictor can handle that. * libsupc++/new_opa.cc: Likewise. * libsupc++/new_opnt.cc (new): Likewise. @@ -51,7 +51,8 @@ * include/bits/stl_algo.h (__rotate(_Ite, _Ite, _Ite, forward_iterator_tag)) (__rotate(_Ite, _Ite, _Ite, bidirectional_iterator_tag)) - (__rotate(_Ite, _Ite, _Ite, random_access_iterator_tag)): Move code duplication... + (__rotate(_Ite, _Ite, _Ite, random_access_iterator_tag)): Move code + duplication... (rotate(_Ite, _Ite, _Ite)): ...here. (__stable_partition_adaptive(_FIt, _FIt, _Pred, _Dist, _Pointer, _Dist)): Simplify rotate call. |