หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'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