From Jason Turner

[basic.start.dynamic]

Diff to HTML by rtfpessoa

tmp/tmpk_e0pszt/{from.md → to.md} RENAMED
@@ -50,11 +50,11 @@ thread storage duration variable.
50
  It is *implementation-defined* whether the dynamic initialization of a
51
  non-block non-inline variable with static storage duration is sequenced
52
  before the first statement of `main` or is deferred. If it is deferred,
53
  it strongly happens before any non-initialization odr-use of any
54
  non-inline function or non-inline variable defined in the same
55
- translation unit as the variable to be initialized.[^25]
56
 
57
  It is *implementation-defined* in which threads and at which points in
58
  the program such deferred dynamic initialization occurs.
59
 
60
  *Recommended practice:* An implementation should choose such points in a
 
50
  It is *implementation-defined* whether the dynamic initialization of a
51
  non-block non-inline variable with static storage duration is sequenced
52
  before the first statement of `main` or is deferred. If it is deferred,
53
  it strongly happens before any non-initialization odr-use of any
54
  non-inline function or non-inline variable defined in the same
55
+ translation unit as the variable to be initialized.[^24]
56
 
57
  It is *implementation-defined* in which threads and at which points in
58
  the program such deferred dynamic initialization occurs.
59
 
60
  *Recommended practice:* An implementation should choose such points in a