Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
'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