This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] PR libstdc++/86734 make reverse_iterator::operator-> more robust
On 31/07/18 20:36 +0200, François Dumont wrote:
As you are talking about std::reverse_iterator I noticed this in
stl_iterator.h:
#if __cplusplus >= 201103L
// Same as C++14 make_reverse_iterator but used in C++03 mode too.
IMO the comment should be fixed but maybe you prefer the macro check
to be removed ?
I agree that just fixing the comment is best.
If you agree that it is the comment I can do it as a trivial fix.
Please go ahead - thanks!