readerwriterqueue
readerwriterqueue copied to clipboard
the compilation time prompts: The object allocated on the heap may not be aligned 64
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?