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
Указатели на члены класса не обязательно равны указателям на void *.
Воспроизводится на 64-битной сборке под Linux.
Полагаю, можно воспроизвести на Windows с MSVC, поигравшись с флагами /vmg /vmm : https://learn.microsoft.com/en-us/cpp/build/reference/vmm-vms-vmv-general-purpose-representation?view=msvc-170
Немного размышлений на тему: https://godbolt.org/z/f1qPv55Kq https://devblogs.microsoft.com/oldnewthing/20040209-00/?p=40713
The text was updated successfully, but these errors were encountered:
И вот встаёт вопрос, как это в сейвы записывать в портабельном виде, если у каждого компилятора своя реализация :/
Sorry, something went wrong.
No branches or pull requests
Указатели на члены класса не обязательно равны указателям на void *.
Воспроизводится на 64-битной сборке под Linux.
Полагаю, можно воспроизвести на Windows с MSVC, поигравшись с флагами /vmg /vmm : https://learn.microsoft.com/en-us/cpp/build/reference/vmm-vms-vmv-general-purpose-representation?view=msvc-170
Немного размышлений на тему:
https://godbolt.org/z/f1qPv55Kq
https://devblogs.microsoft.com/oldnewthing/20040209-00/?p=40713
The text was updated successfully, but these errors were encountered: