You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
首先非常感谢博主的分享与奉献,小弟属菜鸟一名,觉得JQHttpServer写得蛮好的,今天fork了JQTools,在Linux上可以编译通过(有一些警告)。
windows上QT5.9.7+MSVC2015编译时报错,error: C2338: template parameter is an integral of a size not supported on this platform
位于文件:JQFoundation.cpp第717行。
QAtomicInteger< qint64 > JQMemoryPool::totalMallocSize_ = 0;
这里是否因为平台不支持?有办法修改吗,谢谢。
The text was updated successfully, but these errors were encountered:
首先非常感谢博主的分享与奉献,小弟属菜鸟一名,觉得JQHttpServer写得蛮好的,今天fork了JQTools,在Linux上可以编译通过(有一些警告)。
windows上QT5.9.7+MSVC2015编译时报错,error: C2338: template parameter is an integral of a size not supported on this platform
位于文件:JQFoundation.cpp第717行。
QAtomicInteger< qint64 > JQMemoryPool::totalMallocSize_ = 0;
这里是否因为平台不支持?有办法修改吗,谢谢。
The text was updated successfully, but these errors were encountered: