|
|
|
|
|
by alexlarsson
2491 days ago
|
|
Yes, but it can't assume any random function call it does doesn't use a different pointer to the same object which is not const. So, even if you don't cast const to non-const pointers you can run into the const value changing. |
|