From Jason Turner

[dcl.ptr]

Diff to HTML by rtfpessoa

tmp/tmpvc55as7b/{from.md → to.md} RENAMED
@@ -4,17 +4,17 @@ In a declaration `T` `D` where `D` has the form
4
 
5
  ``` bnf
6
  '*' attribute-specifier-seqₒₚₜ cv-qualifier-seqₒₚₜ 'D1'
7
  ```
8
 
9
- and the type of the identifier in the declaration `T` `D1` is
10
- “*derived-declarator-type-list* `T`”, then the type of the identifier of
11
- `D` is “*derived-declarator-type-list* *cv-qualifier-seq* pointer to
12
- `T`”. The *cv-qualifier*s apply to the pointer and not to the object
13
- pointed to. Similarly, the optional *attribute-specifier-seq*
14
- [[dcl.attr.grammar]] appertains to the pointer and not to the object
15
- pointed to.
16
 
17
  [*Example 1*:
18
 
19
  The declarations
20
 
 
4
 
5
  ``` bnf
6
  '*' attribute-specifier-seqₒₚₜ cv-qualifier-seqₒₚₜ 'D1'
7
  ```
8
 
9
+ and the type of the contained *declarator-id* in the declaration `T`
10
+ `D1` is “*derived-declarator-type-list* `T`”, the type of the
11
+ *declarator-id* in `D` is “*derived-declarator-type-list*
12
+ *cv-qualifier-seq* pointer to `T`”. The *cv-qualifier*s apply to the
13
+ pointer and not to the object pointed to. Similarly, the optional
14
+ *attribute-specifier-seq* [[dcl.attr.grammar]] appertains to the pointer
15
+ and not to the object pointed to.
16
 
17
  [*Example 1*:
18
 
19
  The declarations
20