Created on 2019-05-28.00:00:00 last changed 57 months ago
Proposed resolution:
This wording is relative to N4810.
Modify [time.cal.year.members] as indicated:
constexpr bool ok() const noexcept;-18- Returns: min().y_ <= y_ && y_ <= max().y_.
[ 2019-06-13; Priority to 0 and Status to Tentatively Ready after seven positive votes on the reflector. ]
The expression in the Returns element of year::ok in [time.cal.year.members] p18:
min() <= y_ && y_ <= max()
is ill-formed, as it attempts to compare type short (type of y_
member) with type year (type of year::min() and year::max()).
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-02-25 10:48:01 | admin | set | status: wp -> c++20 |
| 2019-07-22 15:46:37 | admin | set | status: voting -> wp |
| 2019-06-17 05:25:36 | admin | set | status: ready -> voting |
| 2019-06-13 20:43:13 | admin | set | messages: + msg10440 |
| 2019-06-13 20:43:13 | admin | set | status: new -> ready |
| 2019-06-08 13:46:23 | admin | set | messages: + msg10417 |
| 2019-05-28 00:00:00 | admin | create | |