From Jason Turner

[lex.key]

Diff to HTML by rtfpessoa

tmp/tmpnqe27s3g/{from.md → to.md} RENAMED
@@ -1,11 +1,10 @@
1
  ## Keywords <a id="lex.key">[[lex.key]]</a>
2
 
3
  The identifiers shown in Table  [[tab:keywords]] are reserved for use as
4
  keywords (that is, they are unconditionally treated as keywords in phase
5
- 7) except in an *attribute-token* ([[dcl.attr.grammar]]) The `export`
6
- keyword is unused but is reserved for future use.:
7
 
8
  **Table: Keywords** <a id="tab:keywords">[tab:keywords]</a>
9
 
10
  | | | | | |
11
  | ------------ | -------------- | ----------- | ------------------ | ---------- |
@@ -24,10 +23,13 @@ keyword is unused but is reserved for future use.:
24
  | `const` | `false` | `private` | `this` | `while` |
25
  | `constexpr` | `float` | `protected` | `thread_local` | |
26
  | `const_cast` | `for` | `public` | `throw` | |
27
 
28
 
 
 
 
29
  Furthermore, the alternative representations shown in Table 
30
  [[tab:alternative.representations]] for certain operators and
31
  punctuators ([[lex.digraph]]) are reserved and shall not be used
32
  otherwise:
33
 
 
1
  ## Keywords <a id="lex.key">[[lex.key]]</a>
2
 
3
  The identifiers shown in Table  [[tab:keywords]] are reserved for use as
4
  keywords (that is, they are unconditionally treated as keywords in phase
5
+ 7) except in an *attribute-token* ([[dcl.attr.grammar]]):
 
6
 
7
  **Table: Keywords** <a id="tab:keywords">[tab:keywords]</a>
8
 
9
  | | | | | |
10
  | ------------ | -------------- | ----------- | ------------------ | ---------- |
 
23
  | `const` | `false` | `private` | `this` | `while` |
24
  | `constexpr` | `float` | `protected` | `thread_local` | |
25
  | `const_cast` | `for` | `public` | `throw` | |
26
 
27
 
28
+ [*Note 1*: The `export` and `register` keywords are unused but are
29
+ reserved for future use. — *end note*]
30
+
31
  Furthermore, the alternative representations shown in Table 
32
  [[tab:alternative.representations]] for certain operators and
33
  punctuators ([[lex.digraph]]) are reserved and shall not be used
34
  otherwise:
35