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.

restrict keyword in c++ applied to "this" pointer

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?