max0x7ba / atomic_queue

C++ lockless queue.
MIT License
1.47k stars 176 forks source link

MSVC doesn't know about #warning, use #pragma message instead #53

Closed jhasse closed 1 year ago

jhasse commented 1 year ago

This fixes a compile error when compiling on ARM64 Windows with MSVC.