From Jason Turner

[basic.indet]

Diff to HTML by rtfpessoa

tmp/tmp4zu1lhi2/{from.md → to.md} RENAMED
@@ -15,13 +15,13 @@ undefined except in the following cases:
15
  [[basic.fundamental]] or `std::byte` type [[cstddef.syn]] is produced
16
  by the evaluation of:
17
  - the second or third operand of a conditional expression
18
  [[expr.cond]],
19
  - the right operand of a comma expression [[expr.comma]],
20
- - the operand of a cast or conversion ([[conv.integral]],
21
- [[expr.type.conv]], [[expr.static.cast]], [[expr.cast]]) to an
22
- unsigned ordinary character type or `std::byte` type
23
  [[cstddef.syn]], or
24
  - a discarded-value expression [[expr.context]],
25
 
26
  then the result of the operation is an indeterminate value.
27
  - If an indeterminate value of unsigned ordinary character type or
 
15
  [[basic.fundamental]] or `std::byte` type [[cstddef.syn]] is produced
16
  by the evaluation of:
17
  - the second or third operand of a conditional expression
18
  [[expr.cond]],
19
  - the right operand of a comma expression [[expr.comma]],
20
+ - the operand of a cast or conversion
21
+ [[conv.integral]], [[expr.type.conv]], [[expr.static.cast]], [[expr.cast]]
22
+ to an unsigned ordinary character type or `std::byte` type
23
  [[cstddef.syn]], or
24
  - a discarded-value expression [[expr.context]],
25
 
26
  then the result of the operation is an indeterminate value.
27
  - If an indeterminate value of unsigned ordinary character type or