summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.69.0/boost/mpl/aux_/has_type.hpp
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2019-05-20 15:16:27 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2019-05-22 09:27:54 -0400
commit5c12c52f6f9e7371b37e43d3cf5145d61ffa70d3 (patch)
tree2b07eb318ec88fda315a3039779e5b8231768264 /src/third_party/boost-1.69.0/boost/mpl/aux_/has_type.hpp
parent48ea7f8532c6390cad46c0e81bbf3dee79229eab (diff)
downloadmongo-5c12c52f6f9e7371b37e43d3cf5145d61ffa70d3.tar.gz
SERVER-40834 Upgrade boost to version 1.70
Diffstat (limited to 'src/third_party/boost-1.69.0/boost/mpl/aux_/has_type.hpp')
-rw-r--r--src/third_party/boost-1.69.0/boost/mpl/aux_/has_type.hpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/third_party/boost-1.69.0/boost/mpl/aux_/has_type.hpp b/src/third_party/boost-1.69.0/boost/mpl/aux_/has_type.hpp
deleted file mode 100644
index 6744ef5b062..00000000000
--- a/src/third_party/boost-1.69.0/boost/mpl/aux_/has_type.hpp
+++ /dev/null
@@ -1,23 +0,0 @@
-
-#ifndef BOOST_MPL_AUX_HAS_TYPE_HPP_INCLUDED
-#define BOOST_MPL_AUX_HAS_TYPE_HPP_INCLUDED
-
-// Copyright Aleksey Gurtovoy 2002-2004
-//
-// 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/mpl for documentation.
-
-// $Id$
-// $Date$
-// $Revision$
-
-#include <boost/mpl/has_xxx.hpp>
-
-namespace boost { namespace mpl { namespace aux {
-BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_type, type, true)
-}}}
-
-#endif // BOOST_MPL_AUX_HAS_TYPE_HPP_INCLUDED