gpt4 book ai didi

c++ - Qt 同步类可以与 MSVC 编译器一起使用吗

转载 作者:太空宇宙 更新时间:2023-11-03 10:40:29 25 4
gpt4 key购买 nike

在此处列出的 Qt 同步线程文档中:

http://doc.qt.io/qt-5/threads-synchronizing.html

他们写道:

Note: Qt's synchronization classes rely on the use of properly aligned pointers. For instance, you cannot use packed classes with MSVC.

句子不清楚。

在 MSVC 编译器中使用 Qt 同步类有哪些限制?

最佳答案

您遇到文档错误,修复如下:

Note: Qt's synchronization classes rely on the use of properly aligned pointers. For instance, you cannot use t̲h̲e̲m̲ i̲n̲ packed classes with MSVC .

MSVC 是一条红鲱鱼。 Qt 的同步类不适用于打包结构期间,在所有平台上都支持 Qt - 因为所有这些平台都支持打包结构,并且知道如何访问此类结构的未对齐成员。

关于c++ - Qt 同步类可以与 MSVC 编译器一起使用吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39250966/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com