From Jason Turner

[time.cal.ymwd.members]

Diff to HTML by rtfpessoa

tmp/tmpfot96pf4/{from.md → to.md} RENAMED
@@ -13,12 +13,12 @@ constexpr year_month_weekday(const sys_days& dp) noexcept;
13
  ```
14
 
15
  *Effects:* Constructs an object of type `year_month_weekday` which
16
  corresponds to the date represented by `dp`.
17
 
18
- *Remarks:* For any value `ymdl` of type `year_month_weekday` for which
19
- `ymdl.ok()` is `true`, `ymdl == year_month_weekday{sys_days{ymdl}}` is
20
  `true`.
21
 
22
  ``` cpp
23
  constexpr explicit year_month_weekday(const local_days& dp) noexcept;
24
  ```
 
13
  ```
14
 
15
  *Effects:* Constructs an object of type `year_month_weekday` which
16
  corresponds to the date represented by `dp`.
17
 
18
+ *Remarks:* For any value `ymwd` of type `year_month_weekday` for which
19
+ `ymwd.ok()` is `true`, `ymwd == year_month_weekday{sys_days{ymwd}}` is
20
  `true`.
21
 
22
  ``` cpp
23
  constexpr explicit year_month_weekday(const local_days& dp) noexcept;
24
  ```