From: François Dumont Date: Fri, 22 Jun 2018 05:23:47 +0000 (+0000) Subject: 2018-06-21 François Dumont X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89de39a98fe80a41f741e65c1bacb1d5df425801;p=gcc.git 2018-06-21 François Dumont Fix this ChangeLog entry. From-SVN: r261878 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index baaf43169a6..1c4e467bbbe 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