-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
<xlocinfo.h>: Reduce size of _Ctypevec, ctype<char>, ctype<wchar_t>, and ctype<unsigned short> #426
Comments
Relevant code: Lines 64 to 69 in 2989323
|
I assume pull requests for this cannot happen until #169 ? |
That's correct. At the moment, vNext is lower priority than finishing the GitHub migration and C++20, so the branch won't be ready for a while - but it will happen. |
No, priority is now on C++23. History indicates this will not happen. Closing. |
_Ctypevec
has some padding that can be eliminated by moving the pointers to the front. Here are the sizes before and after rearranging the members.vNext note: Resolving this issue will require breaking binary compatibility. We won't be able to accept pull requests for this issue until the vNext branch is available. See #169 for more information.
The text was updated successfully, but these errors were encountered: