This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

safe iterator consistency patch


Hi

Here is a patch proposition to make implementation of safe iterator more consistent with the underlying iterator one. It do not fix any bug, I just consider the implementation more natural if all the safe iterator operators are using the same underlying iterator operator.

François

Attachment: safe_iterator.patch
Description: Text document


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