Naming a property like a keyword gererate a syntax error during parsing. An example class is shown below.
class my_class { int property value : get_value; };
This probably happens with other fields then properies as well.
Log in to post a comment.