Content deleted Content added
Expanded volatile section (as it touches const-ness), indented all code to make it more readable, and made various copyedits. |
m →Methods: Fixed capitalization |
||
Line 28:
int i;
private:
int
void
};
void Foo( C& nonConstC, const C& constC )
{
int y =
int x = constC.
nonConstC.
constC.
}
</code>
|