Created on 2025-10-07.00:00:00 last changed 1 month ago
Proposed resolution:
This wording is relative to N5014.
Modify [simd.subscr] as indicated:
constexpr value_type operator[](simd-size-type i) const;-1- Hardened
Ppreconditions:i >= 0 && i < size()is `true`.
Modify [simd.mask.subscr] as indicated:
constexpr value_type operator[](simd-size-type i) const;-1- Hardened
Ppreconditions:i >= 0 && i < size()is `true`.
[ 2025-10-22; Reflector poll. Status changed: New → LEWG and P3. ]
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2025-10-22 12:32:36 | admin | set | messages: + msg15344 |
| 2025-10-22 12:32:36 | admin | set | status: new -> lewg |
| 2025-10-11 11:17:06 | admin | set | messages: + msg15147 |
| 2025-10-07 00:00:00 | admin | create | |