From Jason Turner

[formatter.requirements]

Diff to HTML by rtfpessoa

tmp/tmpkjdoil57/{from.md → to.md} RENAMED
@@ -27,12 +27,12 @@ argument type `T`, in [[formatter.basic]] and [[formatter]]:
27
  - `pc` is an lvalue of type `PC`, and
28
  - `fc` is an lvalue of type `FC`.
29
 
30
  `pc.begin()` points to the beginning of the *format-spec*
31
  [[format.string]] of the replacement field being formatted in the format
32
- string. If *format-spec* is empty then either `pc.begin() == pc.end()`
33
- or `*pc.begin() == '}'`.
34
 
35
  [*Note 1*: This allows formatters to emit meaningful error
36
  messages. — *end note*]
37
 
38
  **Table: \newoldconcept{Formatter} requirements** <a id="formatter">[formatter]</a>
 
27
  - `pc` is an lvalue of type `PC`, and
28
  - `fc` is an lvalue of type `FC`.
29
 
30
  `pc.begin()` points to the beginning of the *format-spec*
31
  [[format.string]] of the replacement field being formatted in the format
32
+ string. If *format-spec* is not present or empty then either
33
+ `pc.begin() == pc.end()` or `*pc.begin() == '}'`.
34
 
35
  [*Note 1*: This allows formatters to emit meaningful error
36
  messages. — *end note*]
37
 
38
  **Table: \newoldconcept{Formatter} requirements** <a id="formatter">[formatter]</a>