
24 Apr
2010
24 Apr
'10
3:35 p.m.
Hi John & co, IIRC, std::copy() cannot use memcpy(), since the memory is allowed to overlap. Therefore it can only use memmove(). regards -Thorsten