annotate DEPENDENCIES/generic/include/boost/thread/sync_bounded_queue.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +0100
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