This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3 PATCH] Implement LWG 2353
- From: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- To: "libstdc++" <libstdc++ at gcc dot gnu dot org>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 19 Nov 2017 03:20:15 +0200
- Subject: Re: [v3 PATCH] Implement LWG 2353
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUbYAVbcBw2P=_+bgiEgAgmMLHm+y5q4YU7aM8dSmb3ejg@mail.gmail.com>
On 19 November 2017 at 02:40, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
> The issue submission talks about ranges that have InputIterators
> as their iterator type. Even without any such range types, the added
> test more or less shows that it's draconian to require a ForwardIterator
> in std::next, since it seems perfectly reasonable to be able to std::next()
> an iterator of an istream.
>
> Testing on Linux-PPC64, ok for trunk if the full suite passes?
The test run is squeaky clean and verified to have run the added test.