This is the mail archive of the gcc-patches@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]

Re: [Patch (Newb)]:libstdc++v3/tr1/array: Fix cast in array::endconst so that it matches the return type of const_interator.


>Problem is that the reinterpret_cast performed by member function
>array::end const is a cast to an iterator type. The  return type of
>array::end const is of type const_interator. The patch fixes this so
>that the cast and the return type match.

Thanks, this is in.

best,
benjamin


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