There are a few "corner cases" not handled in 15.8 Bit string literals:
* The length of d"0" (or any 0 value) is not defined, as the log isn't.
* The string literal value of a 'signed' empty bit value with a length like 8sx"" is not defined, as there is no leftmost character in the expanded bit value.
Requirement
Implementation details
Code Examples
Use Cases
Arguments FOR
Arguments AGAINST
General Comments
Supporters
Add your signature here to indicate your support for the proposal