Skip to content

Conversation

JosephPecoraro
Copy link

https://en.cppreference.com/w/cpp/language/integer_literal

  • Allow for z for size_t with C++23 / C++2b.
  • Allow for the u to be either before or after the l, ll, or z.
  • Allow for intermixing case everywhere except for the ll or LL unit.

Before:
before

After:
after

https://en.cppreference.com/w/cpp/language/integer_literal

* Allow for `z` for `size_t` with C++23 / C++2b.
* Allow for the `u` to be either before or after the `l`, `ll`, or `z`.
* Allow for intermixing case everywhere except for the `ll` or `LL` unit.
@JosephPecoraro
Copy link
Author

@sorbits Hoping this is an easy change to review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant