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]

[v3] Update container::insert / emplace members to take const_iterator(s) (Part 1)


Hi,

this is the first half, touching overloads already returning an iterator. The second half will be a tad less trivial because we also have to change the return type from void to iterator.

Tested x86_64-linux, normal/debug/profile.

Thanks,
Paolo.

//////////////////////////

Attachment: CL_insert_1
Description: Text document

Attachment: patch_insert_1
Description: Text document


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