请不要转载本文;请不要以任何形式重新出版,发布本文;请在下载本文 24 小时内将其删除;禁止将本文用于商业目的。
2 Lexical conventions [lex]2.9 Preprocessing numbers [lex.ppnumber]
| 2 词法约定 【词法】2.9 预处理数字 【词法.预处理数字】
|
pp-number: digit . digitpp-number digit pp-number nondigit pp-number e sign pp-number E sign pp-number . h-char-sequence: h-char: q-char-sequence: q-char:
| 头-名称:< h-字符-序列> " q-字符-序列" h-字符-序列: h-字符: q-字符-序列: q-字符:
|
Preprocessing number tokens lexically include all integral literal tokens (2.13.1) and all floating literal tokens (2.13.3).
| 预处理数字标记在词汇上包含所有整数文字量(2.13.1)和所有浮点文字量(2.13.3)。
|
A Preprocessing number does not have a type or a value; it acquires both after a successful conversion (as part of translation phase 7, 2.1) to an integral literal token or a floating literal token.
| 预处理数字标记没有类型或值;类型或值将在向整数文字量或浮点文字量成功转换(作为第 7 阶段的一部分,2.1)之后获得。
|
19) Thus, sequences of characters that resemble escape sequences cause undefined behavior.
| 19) 比如,转义序列一类的字符序列将导致未定义行为。
|
PREV [lex.header] | NEXT [lex.name] | 上一页 【词法.头】 | 下一页 【词法.名字】 |