From 5c12c52f6f9e7371b37e43d3cf5145d61ffa70d3 Mon Sep 17 00:00:00 2001 From: Henrik Edin Date: Mon, 20 May 2019 15:16:27 -0400 Subject: SERVER-40834 Upgrade boost to version 1.70 --- .../boost-1.69.0/boost/mpl/aux_/has_type.hpp | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/third_party/boost-1.69.0/boost/mpl/aux_/has_type.hpp (limited to 'src/third_party/boost-1.69.0/boost/mpl/aux_/has_type.hpp') 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 - -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 -- cgit v1.2.1