Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-11-15 09:32:46

0001 #ifndef BOOST_THREAD_SYNC_BOUNDED_QUEUE_HPP
0002 #define BOOST_THREAD_SYNC_BOUNDED_QUEUE_HPP
0003 
0004 //////////////////////////////////////////////////////////////////////////////
0005 //
0006 // (C) Copyright Vicente J. Botet Escriba 2013-2014. Distributed under the Boost
0007 // Software License, Version 1.0. (See accompanying file
0008 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0009 //
0010 // See http://www.boost.org/libs/thread for documentation.
0011 //
0012 //////////////////////////////////////////////////////////////////////////////
0013 
0014 #include <boost/thread/concurrent_queues/sync_bounded_queue.hpp>
0015 
0016 #endif