#include int main() { boost::lockfree::queue< int > q( 64 ); }