|
160 | 160 | minutes* offset = nullptr); |
161 | 161 |
|
162 | 162 | // convenience typedefs |
163 | | - using nanoseconds = duration<@\term{signed integer type of at least 64 bits}@, nano>; |
164 | | - using microseconds = duration<@\term{signed integer type of at least 55 bits}@, micro>; |
165 | | - using milliseconds = duration<@\term{signed integer type of at least 45 bits}@, milli>; |
166 | | - using seconds = duration<@\term{signed integer type of at least 35 bits}@>; |
167 | | - using minutes = duration<@\term{signed integer type of at least 29 bits}@, ratio< 60>>; |
168 | | - using hours = duration<@\term{signed integer type of at least 23 bits}@, ratio<3600>>; |
169 | | - using days = duration<@\term{signed integer type of at least 25 bits}@, |
| 163 | + using nanoseconds = duration<@\placeholder{signed integer type of at least 64 bits}@, nano>; |
| 164 | + using microseconds = duration<@\placeholder{signed integer type of at least 55 bits}@, micro>; |
| 165 | + using milliseconds = duration<@\placeholder{signed integer type of at least 45 bits}@, milli>; |
| 166 | + using seconds = duration<@\placeholder{signed integer type of at least 35 bits}@>; |
| 167 | + using minutes = duration<@\placeholder{signed integer type of at least 29 bits}@, ratio< 60>>; |
| 168 | + using hours = duration<@\placeholder{signed integer type of at least 23 bits}@, ratio<3600>>; |
| 169 | + using days = duration<@\placeholder{signed integer type of at least 25 bits}@, |
170 | 170 | ratio_multiply<ratio<24>, hours::period>>; |
171 | | - using weeks = duration<@\term{signed integer type of at least 22 bits}@, |
| 171 | + using weeks = duration<@\placeholder{signed integer type of at least 22 bits}@, |
172 | 172 | ratio_multiply<ratio<7>, days::period>>; |
173 | | - using years = duration<@\term{signed integer type of at least 17 bits}@, |
| 173 | + using years = duration<@\placeholder{signed integer type of at least 17 bits}@, |
174 | 174 | ratio_multiply<ratio<146097, 400>, days::period>>; |
175 | | - using months = duration<@\term{signed integer type of at least 20 bits}@, |
| 175 | + using months = duration<@\placeholder{signed integer type of at least 20 bits}@, |
176 | 176 | ratio_divide<years::period, ratio<12>>>; |
177 | 177 |
|
178 | 178 | // \ref{time.point.nonmember}, \tcode{time_point} arithmetic |
|
0 commit comments