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.
'identifier' : is not a namespace
Remarks
A using directive is applied to something other than a namespace.
Example
The following example generates C2867:
// C2867.cpp
// compile with: /c
namespace N {
class X {};
}
using namespace N::X; // C2867