This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/86015] Better handling of iterator distances


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86015

--- Comment #1 from Josh Marshall <joshua.r.marshall.1991 at gmail dot com> ---
It looks like wrappings would be applicable at the following lines:

296, 297, 2438, 2439, 2494, 2495

using
https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/bits/stl_algo.h
as reference.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]