E2024 Cannot modify a const object (C++)
Go Up to Compiler Errors And Warnings (C++) Index
This indicates an illegal operation on an object declared to be const, such as an assignment to the object.
Go Up to Compiler Errors And Warnings (C++) Index
This indicates an illegal operation on an object declared to be const, such as an assignment to the object.