lion03 / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

Implement copy_n (C++0x) #261

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Could copy_n be added?   I think it's part of C++0x [1], and it's already 
supported by other implementations of the standard C++ library [2,3,4].

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2666.pdf
[2] http://www.sgi.com/tech/stl/copy_n.html
[3] http://msdn.microsoft.com/en-us/library/ee396392.aspx
[4] 
http://gcc.gnu.org/viewcvs/trunk/libstdc%2B%2B-v3/include/bits/algorithmfwd.h?re
vision=163102&view=markup

Original issue reported on code.google.com by andrew.c...@gmail.com on 2 Nov 2010 at 6:16

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 2 Nov 2010 at 6:32

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 89ebfb3b87.

Original comment by jaredhoberock on 2 Nov 2010 at 10:16