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]

Range access, try 2


Greetings,

Here is another go at the library part of range access.

I added range access to <iterator> as required.

I made everything inline because all the functions are returning member begin() or end() or a pointer.

I added compile-only test cases.

In my testing I didn't see anything that I could ascribe to this patch but there were gomp errors, abi errors involving moneypunct and similar.

I will try this patch myself on a clean new tree but I thought folks should have a look.

Ed

Attachment: patch_range_access
Description: Text document

Attachment: CL_range_access
Description: Text document


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