mirror of
https://github.com/boostorg/lockfree.git
synced 2026-01-26 18:42:17 +00:00
7 lines
95 B
C++
7 lines
95 B
C++
#include <boost/lockfree/queue.hpp>
|
|
|
|
int main()
|
|
{
|
|
boost::lockfree::queue< int > q( 64 );
|
|
}
|