[Patch (Newb)]:libstdc++v3/tr1/array: Fix cast in array::end const so that it matches the return type of const_interator.
Sashan Govender
sashang@gmail.com
Sat Oct 16 00:47:00 GMT 2004
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.
Note that I have filed a form with the FSF for the GCC project. I
apologize in advance for any oversights in the patch submission.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: array.diff
Type: text/x-patch
Size: 671 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20041016/4cbb744b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: changelog.diff
Type: text/x-patch
Size: 588 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20041016/4cbb744b/attachment-0001.bin>
More information about the Libstdc++
mailing list