Detect correctly pointer-to-const
The intention of the current code is to detect a pointer-to-const but instead it is detecting a const-pointer. See #134
Showing
Please register or sign in to comment
The intention of the current code is to detect a pointer-to-const but instead it is detecting a const-pointer. See #134