F
Frederick Gotham
I did a search through the C++ Standard there, and couldn't find any
mention of "restrict" or "__restrict__". Firstly, could someone please
confirm whether "restrict" is mentioned in the C++ Standard?
A quick search of the web shows up a few pages which imply that C++ has a
"__restrict__" keyword... is there any truth to this?
Basically my question is:
Does C++ have restrict pointers?
mention of "restrict" or "__restrict__". Firstly, could someone please
confirm whether "restrict" is mentioned in the C++ Standard?
A quick search of the web shows up a few pages which imply that C++ has a
"__restrict__" keyword... is there any truth to this?
Basically my question is:
Does C++ have restrict pointers?