We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are things that can be incremented more cleverly.
Like: uint32_t++ should become uint64_t
uint32_t
uint64_t
u8"..."
U"..."
std::u8string
std::u16string
0x03'08bb
0x03'08bc
UTF8
UTF16
The text was updated successfully, but these errors were encountered:
the-moisrex
No branches or pull requests
There are things that can be incremented more cleverly.
Like:
uint32_t
++ should becomeuint64_t
u8"..."
should becomeU"..."
(or utf-16 version of it)std::u8string
should becomestd::u16string
0x03'08bb
++ should become0x03'08bc
UTF8
should becomeUTF16
The text was updated successfully, but these errors were encountered: