We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5736cb commit 8ab4b88Copy full SHA for 8ab4b88
lockfree/spsc/bipartite_buf.hpp
@@ -44,6 +44,7 @@
44
#include <atomic>
45
#include <cstddef>
46
#include <type_traits>
47
+#include <utility>
48
49
#if __cplusplus >= 202002L || (defined(_MSVC_LANG) && _MSVC_LANG >= 202002L)
50
#include <span>
0 commit comments