On Wed Feb 12 10:45:08 2025 +0000, Jacek Caban wrote:
I missed that, it should be fixed in the new version, thanks. I also fixed relevant tests. The only remaining explicit alignment in msvcp* DLLs is `ios_base`, which should not be a problem as it's not passed by value (although we could consider replacing it by an explicit padding).
`ios_base` has virtual functions. AFAIR such classes are always passed by pointer. I'm not opposed to adding explicit padding though.