It appears the approved wording allows using extended integer types for integer literals with a "z" suffix. The author of the paper introducing the feature claims that was not intended, yet the paper introducing the feature seems silent on the issue.
CWG seeks approval of EWG for restricting z and Z suffixes to std::size_t and its corresponding signed integer type.
See CWG2698 for details.
It appears the approved wording allows using extended integer types for integer literals with a "z" suffix. The author of the paper introducing the feature claims that was not intended, yet the paper introducing the feature seems silent on the issue.
CWG seeks approval of EWG for restricting z and Z suffixes to
std::size_tand its corresponding signed integer type.See CWG2698 for details.