Error directive
来自cppreference.com
< cpp | preprocessor
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
显示给定的消息,并呈现格式错误的程序.
原文:
Shows given message and renders program ill-formed.
[编辑] 语法
#error error_message
|
|||||||||
[编辑] 解释
遇到
#error
指令后,诊断消息error_message示出和程序呈现虐待成形(编译被停止). 原文:
After encountering
#error
directive, diagnostic message error_message is shown and the program is rendered ill-formed (the compilation is stopped). “ERROR_MESSAGE可以由几个单词不一定报价.
原文:
error_message can consist of several words not necessarily in quotes.