The compiler is advising to consider qualifying the "this" pointer with the keyword "restrict". How can I do this, given that there is of course no declaration for the "this" pointer in my code?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The compiler is advising to consider qualifying the "this" pointer with the keyword "restrict". How can I do this, given that there is of course no declaration for the "this" pointer in my code?
Please see the section titled C++ extensions for restrict in this TI whitepaper on the restrict keyword.
Thanks and regards,
-George