Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
'function' : global functions do not have 'this' pointers
Remarks
A global function tried to access this.
Example
The following example generates C2673:
// C2673.cpp
int main() {
this = 0; // C2673
}