annotate DEPENDENCIES/generic/include/boost/thread/sync_queue.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author |
Chris Cannam |
date |
Mon, 07 Sep 2015 11:12:49 +0100 |
parents |
2665513ce2d3 |
children |
|
rev |
line source |
Chris@16
|
1 #ifndef BOOST_THREAD_SYNC_QUEUE_HPP
|
Chris@16
|
2 #define BOOST_THREAD_SYNC_QUEUE_HPP
|
Chris@16
|
3
|
Chris@16
|
4 //////////////////////////////////////////////////////////////////////////////
|
Chris@16
|
5 //
|
Chris@101
|
6 // (C) Copyright Vicente J. Botet Escriba 2013-2014. Distributed under the Boost
|
Chris@16
|
7 // Software License, Version 1.0. (See accompanying file
|
Chris@16
|
8 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
Chris@16
|
9 //
|
Chris@16
|
10 // See http://www.boost.org/libs/thread for documentation.
|
Chris@16
|
11 //
|
Chris@16
|
12 //////////////////////////////////////////////////////////////////////////////
|
Chris@16
|
13
|
Chris@101
|
14 #include <boost/thread/concurrent_queues/sync_queue.hpp>
|
Chris@16
|
15
|
Chris@16
|
16 #endif
|