หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
digraphs not supported with -Ze. Character sequence 'digraph' not interpreted as alternate token for 'char'
Remarks
Digraphs are not supported under /Ze. This warning will be followed by an error.
This warning is off by default. See Compiler Warnings That Are Off by Default for more information.
Example
The following example generates C4628:
// C4628.cpp
// compile with: /WX
#pragma warning(default : 4628)
int main()
<% // C4628 <% digraph for {
}