On 04/30/2016 04:31 PM, Sean Conner wrote:
I believe that's what the C99 keyword
"restrict" is meant to address.
Closing the barn door after the horses have run off. It's not in C++
and *must* be included by the programmer. I suspect if you take 100 C99
programs, 99 of them will not include "restrict".
Because of legacy C code, "restrict" could not be assumed by default.
Sigh.
--Chuck