Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/thread/sync_bounded_queue.hpp @ 120:4729c8589274 emscripten-piper
Add piper builds
| author | Chris Cannam |
|---|---|
| date | Fri, 11 Nov 2016 15:49:32 +0000 |
| parents | c530137014c0 |
| children |
| rev | line source |
|---|---|
| Chris@16 | 1 #ifndef BOOST_THREAD_SYNC_BOUNDED_QUEUE_HPP |
| Chris@16 | 2 #define BOOST_THREAD_SYNC_BOUNDED_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_bounded_queue.hpp> |
| Chris@16 | 15 |
| Chris@16 | 16 #endif |
