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.
'name' : has already been defined to be a namespace
You cannot reuse a name already used as a namespace.
The following sample generates C2869:
// C2869.cpp
// compile with: /c
namespace A { int i; };
class A {}; // C2869, A is already used