tmp/tmpg802i7n7/{from.md → to.md}
RENAMED
|
@@ -37,8 +37,8 @@ the time is split. A `hh_mm_ss` models negative durations with a
|
|
| 37 |
distinct `is_negative` getter that returns `true` when the input
|
| 38 |
duration is negative. The individual duration fields always return
|
| 39 |
non-negative durations even when `is_negative()` indicates the structure
|
| 40 |
is representing a negative duration.
|
| 41 |
|
| 42 |
-
If `Duration` is not
|
| 43 |
ill-formed.
|
| 44 |
|
|
|
|
| 37 |
distinct `is_negative` getter that returns `true` when the input
|
| 38 |
duration is negative. The individual duration fields always return
|
| 39 |
non-negative durations even when `is_negative()` indicates the structure
|
| 40 |
is representing a negative duration.
|
| 41 |
|
| 42 |
+
If `Duration` is not a specialization of `duration`, the program is
|
| 43 |
ill-formed.
|
| 44 |
|