Created on 2019-07-24.00:00:00 last changed 45 months ago
Proposed resolution:
This wording is relative to N4830.
Modify the literal-char grammar in [time.format] as indicated:
literal-char: any character other than {,or}, or %
[ 2019-08-17 Issue Prioritization ]
Status to Tentatively Ready and priority to 0 after five positive votes on the reflector.
The chrono-spec grammar introduced by P1361R2 "Integration of chrono with text formatting" in section [time.format] is ambiguous because '%' can be interpreted as either literal-char or conversion-spec:
chrono-spec ::= literal-char | conversion-spec literal-char ::= <a character other than '{' or '}'> conversion-spec ::= '%' [modifier] type
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-02-25 10:48:01 | admin | set | status: wp -> c++20 |
2019-11-19 14:48:30 | admin | set | status: voting -> wp |
2019-10-07 02:48:00 | admin | set | status: ready -> voting |
2019-08-17 12:04:51 | admin | set | messages: + msg10556 |
2019-08-17 12:04:51 | admin | set | status: new -> ready |
2019-07-28 15:44:55 | admin | set | messages: + msg10524 |
2019-07-24 00:00:00 | admin | create |