On Thu, Jan 19, 2017 at 6:33 PM, Jonathan Wakely <jwak...@redhat.com> wrote: > std::advance(__first, 1);
Why not just ++__first;?
On Thu, Jan 19, 2017 at 6:33 PM, Jonathan Wakely <jwak...@redhat.com> wrote: > std::advance(__first, 1);
Why not just ++__first;?