From Jason Turner

[objects.within.classes]

Diff to HTML by rtfpessoa

tmp/tmpd9kj0dje/{from.md → to.md} RENAMED
@@ -1,13 +1,12 @@
1
  #### Private members <a id="objects.within.classes">[[objects.within.classes]]</a>
2
 
3
- [[support]] through [[thread]] and [[depr]] do not specify the
4
  representation of classes, and intentionally omit specification of class
5
  members [[class.mem]]. An implementation may define static or non-static
6
  class members, or both, as needed to implement the semantics of the
7
- member functions specified in [[support]] through [[thread]] and
8
- [[depr]].
9
 
10
  For the sake of exposition, some subclauses provide representative
11
  declarations, and semantic requirements, for private members of classes
12
  that meet the external specifications of the classes. The declarations
13
  for such members are followed by a comment that ends with *exposition
 
1
  #### Private members <a id="objects.within.classes">[[objects.within.classes]]</a>
2
 
3
+ [[support]] through [[exec]] and [[depr]] do not specify the
4
  representation of classes, and intentionally omit specification of class
5
  members [[class.mem]]. An implementation may define static or non-static
6
  class members, or both, as needed to implement the semantics of the
7
+ member functions specified in [[support]] through [[exec]] and [[depr]].
 
8
 
9
  For the sake of exposition, some subclauses provide representative
10
  declarations, and semantic requirements, for private members of classes
11
  that meet the external specifications of the classes. The declarations
12
  for such members are followed by a comment that ends with *exposition