File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3716
3716
3717
3717
\pnum
3718
3718
\mandates
3719
- \tcode {SourceClock::to_sys(t)} returns a \tcode {sys_time<Duration2>},
3720
- where \tcode {Duration2} is a valid \tcode {chrono::duration} specialization .
3719
+ \tcode {SourceClock::to_sys(t)} returns a \tcode {sys_time<Duration2>}
3720
+ for some type \tcode {Duration2}\iref { time.point.general } .
3721
3721
3722
3722
\pnum
3723
3723
\returns
3747
3747
3748
3748
\pnum
3749
3749
\mandates
3750
- \tcode {DestClock::from_sys(t)} returns a \tcode {time_point<DestClock, Duration2>},
3751
- where \tcode {Dura \- tion2} is a valid \tcode {chrono::duration} specialization .
3750
+ \tcode {DestClock::from_sys(t)} returns a \tcode {time_point<DestClock, Duration2>}
3751
+ for some type \tcode {Duration2} \iref { time.point.general } .
3752
3752
3753
3753
\pnum
3754
3754
\returns
3780
3780
3781
3781
\pnum
3782
3782
\mandates
3783
- \tcode {SourceClock::to_utc(t)} returns a \tcode {utc_time<Duration2>},
3784
- where \tcode {Duration2} is a valid \tcode {chrono::duration} specialization .
3783
+ \tcode {SourceClock::to_utc(t)} returns a \tcode {utc_time<Duration2>}
3784
+ for some type \tcode {Duration2}\iref { time.point.general } .
3785
3785
3786
3786
\pnum
3787
3787
\returns
3811
3811
3812
3812
\pnum
3813
3813
\mandates
3814
- \tcode {DestClock::from_utc(t)} returns a \tcode {time_point<DestClock, Duration2>},
3815
- where \tcode {Dura \- tion2} is a valid \tcode {chrono::duration} specialization .
3814
+ \tcode {DestClock::from_utc(t)} returns a \tcode {time_point<DestClock, Duration2>}
3815
+ for some type \tcode {Duration2} \iref { time.point.general } .
3816
3816
3817
3817
\pnum
3818
3818
\returns
You can’t perform that action at this time.
0 commit comments