From Jason Turner

[defns.access]

Diff to HTML by rtfpessoa

tmp/tmp626jx4a9/{from.md → to.md} RENAMED
@@ -1,13 +1,14 @@
1
  #### 1 access <a id="defns.access">[[defns.access]]</a>
2
 
3
  ⟨execution-time action⟩ read or modify the value of an object
4
 
5
- [*Note 1 to entry*: Only glvalues of scalar type can be used to access
6
- objects. Reads of scalar objects are described in [[conv.lval]] and
7
- modifications of scalar objects are described in [[expr.ass]],
8
- [[expr.post.incr]], and [[expr.pre.incr]]. Attempts to read or modify an
9
- object of class type typically invoke a constructor [[class.ctor]] or
10
- assignment operator [[class.copy.assign]]; such invocations do not
11
- themselves constitute accesses, although they may involve accesses of
12
- scalar subobjects. *end note*]
 
13
 
 
1
  #### 1 access <a id="defns.access">[[defns.access]]</a>
2
 
3
  ⟨execution-time action⟩ read or modify the value of an object
4
 
5
+ [*Note 1 to entry*: Only glvalues of scalar type
6
+ [[basic.types.general]] can be used to access objects. Reads of scalar
7
+ objects are described in [[conv.lval]] and modifications of scalar
8
+ objects are described in [[expr.assign]], [[expr.post.incr]], and
9
+ [[expr.pre.incr]]. Attempts to read or modify an object of class type
10
+ typically invoke a constructor [[class.ctor]] or assignment operator
11
+ [[class.copy.assign]]; such invocations do not themselves constitute
12
+ accesses, although they may involve accesses of scalar
13
+ subobjects. — *end note*]
14