|
|
|
|
|
by aidenn0
503 days ago
|
|
That doesn't follow? If you replaced every call of memcpy with memmove (to use an example from the standard library), then your program is no less correct than it was before (and possibly more). The converse is that adding "restrict" qualifiers to existing functions can only make your program less correct, not more. |
|
In short, while your statement is true in general, I believe that it is not applicable in the context of the discussion.