
24 Apr
2010
24 Apr
'10
9:35 a.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