From: fdumont Date: Fri, 22 Jun 2018 05:23:47 +0000 (+0000) Subject: 2018-06-21 François Dumont X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee621ce77125904f7946ba6cef345cb83e48248d;p=thirdparty%2Fgcc.git 2018-06-21 François Dumont Fix this ChangeLog entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261878 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index baaf43169a6a..1c4e467bbbe9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -66,9 +66,9 @@ 2018-06-21 François Dumont - * include/debug/debug.h + * include/debug/safe_iterator.h (_Safe_iterator<>(const _Safe_iterator<_MutableIterator,>& __x)): - Compare __x base iterator with a default initialized iterator of the + Compare __x base iterator with a value-initialized iterator of the same type. 2018-06-20 Jonathan Wakely