At least in C++ unsigned
and signed
are just like long
and short
and can be both a qualifier and a typename by themselves (eg unsigned
=== unsigned int
) so they should all be there.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.