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] Add std::copy_n and std::uninitialized_copy_n


Hi,

tested x86_64-linux, committed to mainline.

Paolo.

PS1: std::uninitialized_copy_n could be optimized a little better for non-random-access source, but I don't think there is much point in adding tons of overloads and dispatching when Concepts will change completely the way we deal with that...
PS2: this patch essentially completes the implementation of N2666.

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

Attachment: CL_copy_n.txt
Description: Text document

Attachment: patch_copy_n.txt
Description: Text document


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