Skip to content

Commit 4695716

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[time.syn] Use \placeholder instead of \term
"Signed integer type of at least N bits" are not terms defined in [time.syn], so perhaps we should use `\placeholder` instead.
1 parent 13906dc commit 4695716

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

source/time.tex

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,19 +160,19 @@
160160
minutes* offset = nullptr);
161161

162162
// 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}@,
170170
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}@,
172172
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}@,
174174
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}@,
176176
ratio_divide<years::period, ratio<12>>>;
177177

178178
// \ref{time.point.nonmember}, \tcode{time_point} arithmetic

0 commit comments

Comments
 (0)