Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'operator' : illegal operand 'nullptr'
nullptr
cannot be an operand.
The following sample generates C2389:
// C2389.cpp
// compile with: /clr
int main() {
throw nullptr; // C2389
}