summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.60.0/boost/thread/sync_bounded_queue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.60.0/boost/thread/sync_bounded_queue.hpp')
-rw-r--r--src/third_party/boost-1.60.0/boost/thread/sync_bounded_queue.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/third_party/boost-1.60.0/boost/thread/sync_bounded_queue.hpp b/src/third_party/boost-1.60.0/boost/thread/sync_bounded_queue.hpp
new file mode 100644
index 00000000000..2024d6602e4
--- /dev/null
+++ b/src/third_party/boost-1.60.0/boost/thread/sync_bounded_queue.hpp
@@ -0,0 +1,16 @@
+#ifndef BOOST_THREAD_SYNC_BOUNDED_QUEUE_HPP
+#define BOOST_THREAD_SYNC_BOUNDED_QUEUE_HPP
+
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Vicente J. Botet Escriba 2013-2014. Distributed under the Boost
+// Software License, Version 1.0. (See accompanying file
+// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+// See http://www.boost.org/libs/thread for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#include <boost/thread/concurrent_queues/sync_bounded_queue.hpp>
+
+#endif