From Jason Turner

[dcl.mptr]

Diff to HTML by rtfpessoa

tmp/tmpmfspf7uq/{from.md → to.md} RENAMED
@@ -7,17 +7,18 @@ In a declaration `T` `D` where `D` has the form
7
 
8
  ``` bnf
9
  nested-name-specifier '*' attribute-specifier-seqₒₚₜ cv-qualifier-seqₒₚₜ 'D1'
10
  ```
11
 
12
- and the *nested-name-specifier* denotes a class, and the type of the
13
  contained *declarator-id* in the declaration `T` `D1` is
14
  “*derived-declarator-type-list* `T`”, the type of the *declarator-id* in
15
  `D` is “*derived-declarator-type-list* *cv-qualifier-seq* pointer to
16
  member of class *nested-name-specifier* of type `T`”. The optional
17
  *attribute-specifier-seq* [[dcl.attr.grammar]] appertains to the
18
- pointer-to-member.
 
19
 
20
  [*Example 1*:
21
 
22
  ``` cpp
23
  struct X {
 
7
 
8
  ``` bnf
9
  nested-name-specifier '*' attribute-specifier-seqₒₚₜ cv-qualifier-seqₒₚₜ 'D1'
10
  ```
11
 
12
+ and the *nested-name-specifier* designates a class, and the type of the
13
  contained *declarator-id* in the declaration `T` `D1` is
14
  “*derived-declarator-type-list* `T`”, the type of the *declarator-id* in
15
  `D` is “*derived-declarator-type-list* *cv-qualifier-seq* pointer to
16
  member of class *nested-name-specifier* of type `T`”. The optional
17
  *attribute-specifier-seq* [[dcl.attr.grammar]] appertains to the
18
+ pointer-to-member. The *nested-name-specifier* shall not designate an
19
+ anonymous union.
20
 
21
  [*Example 1*:
22
 
23
  ``` cpp
24
  struct X {