readerwriterqueue icon indicating copy to clipboard operation
readerwriterqueue copied to clipboard

the compilation time prompts: The object allocated on the heap may not be aligned 64

Open lovecomputer888 opened this issue 7 months ago • 2 comments

After using the following statement ReaderWriterQueue<int> q(100); , the compilation time prompts: The object allocated on the heap may not be aligned 64, I use MSVC(ver2022,c++14) to develop, how to solve it?

lovecomputer888 avatar Jul 20 '24 00:07 lovecomputer888