From Jason Turner

[locale.id]

Diff to HTML by rtfpessoa

tmp/tmpnlf0otti/{from.md → to.md} RENAMED
@@ -18,8 +18,8 @@ initialization.
18
  [*Note 1*: Because facets are used by iostreams, potentially while
19
  static constructors are running, their initialization cannot depend on
20
  programmed static initialization. One initialization strategy is for
21
  `locale` to initialize each facet’s `id` member the first time an
22
  instance of the facet is installed into a locale. This depends only on
23
- static storage being zero before constructors run (
24
- [[basic.start.static]]). — *end note*]
25
 
 
18
  [*Note 1*: Because facets are used by iostreams, potentially while
19
  static constructors are running, their initialization cannot depend on
20
  programmed static initialization. One initialization strategy is for
21
  `locale` to initialize each facet’s `id` member the first time an
22
  instance of the facet is installed into a locale. This depends only on
23
+ static storage being zero before constructors run
24
+ [[basic.start.static]]. — *end note*]
25