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.
'identifier': the symbol to the left of a '::' must be a type
Remarks
The qualification used is invalid. Ensure that no extra symbols were used in the qualification and that you included all required headers.
Example
The following example generates C3083:
// C3083.cpp
// compile with: /c
struct S
{
S();
};
S::Extra::S() {} // C3083
S::S() {} // OK