E2024 Cannot modify a const object (C++)

From RAD Studio
Jump to: navigation, search

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.