The summary for the SG16 meeting held April 26th, 2023 is now
available. For those that attended, please review and suggest
corrections.
No decisions were made at this meeting. The following direction
polls were taken for P2741R1 (user-generated
static_assert messages):
- Poll 1: Text produced during constant evaluation in
char-based storage that is provided to the compiler shall be
encoded in the literal encoding.
- Attendees: 6
- Strong consensus in favor.
- Poll 2: static_assert(cond, constant-expression)
should support expressions that produce a range of
char
result.
- Attendees: 6
- No objection to unanimous consent.
- Poll 3: static_assert(cond, constant-expression)
should support expressions that produce a range of
wchar_t
result.
- Attendees: 6
- A: Would like to see more motivation.
- Consensus against.
- Poll 4: static_assert(cond, constant-expression)
should support expressions that produce a range of
char8_t
result.
- Attendees: 6
- SA: We shouldn't complicate the feature;
char
should suffice.
- No consensus.
- Poll 5: static_assert(cond, constant-expression)
should support expressions that produce a range of
char16_t
or char32_t result.
- Attendees: 6
- No consensus.
Tom.