Compiler Error C2389
'operator' : illegal operand 'nullptr'
nullptr
cannot be an operand.
The following sample generates C2389:
// C2389.cpp
// compile with: /clr
int main() {
throw nullptr; // C2389
}
Tätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
'operator' : illegal operand 'nullptr'
nullptr
cannot be an operand.
The following sample generates C2389:
// C2389.cpp
// compile with: /clr
int main() {
throw nullptr; // C2389
}