Created on 2019-04-03.00:00:00 last changed 45 months ago
Proposed resolution:
This wording is relative to N4810.
Modify [span.cons] as indicated:
constexpr span() noexcept;-1- Constraints: Extent
<== dynamic_extent || Extent == 0 is true.
It seems that this was left out of P1089. The constraint on span() ([span.cons]) in the current draft is:
Constraints: Extent <= 0 is true.
This does not seem to make much sense.
The proposal is to change the constraint to be:[2019-06-09; Priority to 0 and Status to Tentatively Ready after five positive votes on the reflector.]Constraints: Extent == dynamic_extent || Extent == 0 is true.
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-10 05:20:17 | admin | set | status: new -> ready |
2019-04-06 16:20:33 | admin | set | messages: + msg10387 |
2019-04-03 00:00:00 | admin | create |