summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.68.0/boost/interprocess/detail/variadic_templates_tools.hpp
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2018-11-12 12:07:36 -0500
committerMathew Robinson <chasinglogic@gmail.com>2018-12-05 15:13:34 -0500
commit1c135a8f8368b92d44b3012dbff5f0cfdfed5166 (patch)
treed184ffbbdb9b101fbef8dfeeb183f3f1c63e0ca9 /src/third_party/boost-1.68.0/boost/interprocess/detail/variadic_templates_tools.hpp
parentc878f92bae27bc0bb269256babf28f428d5ac959 (diff)
downloadmongo-1c135a8f8368b92d44b3012dbff5f0cfdfed5166.tar.gz
SERVER-27881 Upgrade boost to 1.68.0
Diffstat (limited to 'src/third_party/boost-1.68.0/boost/interprocess/detail/variadic_templates_tools.hpp')
-rw-r--r--src/third_party/boost-1.68.0/boost/interprocess/detail/variadic_templates_tools.hpp35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/third_party/boost-1.68.0/boost/interprocess/detail/variadic_templates_tools.hpp b/src/third_party/boost-1.68.0/boost/interprocess/detail/variadic_templates_tools.hpp
new file mode 100644
index 00000000000..936f702bc26
--- /dev/null
+++ b/src/third_party/boost-1.68.0/boost/interprocess/detail/variadic_templates_tools.hpp
@@ -0,0 +1,35 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Ion Gaztanaga 2008-2012. 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/interprocess for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef BOOST_INTERPROCESS_DETAIL_VARIADIC_TEMPLATES_TOOLS_HPP
+#define BOOST_INTERPROCESS_DETAIL_VARIADIC_TEMPLATES_TOOLS_HPP
+
+#ifndef BOOST_CONFIG_HPP
+# include <boost/config.hpp>
+#endif
+#
+#if defined(BOOST_HAS_PRAGMA_ONCE)
+# pragma once
+#endif
+
+#include <boost/container/detail/variadic_templates_tools.hpp>
+
+namespace boost {
+namespace interprocess {
+namespace ipcdetail {
+
+using boost::container::dtl::tuple;
+using boost::container::dtl::build_number_seq;
+using boost::container::dtl::index_tuple;
+using boost::container::dtl::get;
+
+}}} //namespace boost { namespace interprocess { namespace ipcdetail {
+
+#endif //#ifndef BOOST_INTERPROCESS_DETAIL_VARIADIC_TEMPLATES_TOOLS_HPP