From b10a03ef4468e233ca90bcc752630a8b085fdf28 Mon Sep 17 00:00:00 2001 From: sdottaka Date: Thu, 27 Nov 2014 16:28:57 +0900 Subject: [PATCH] Merge with stable --- Externals/boost/boost/type.hpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Externals/boost/boost/type.hpp diff --git a/Externals/boost/boost/type.hpp b/Externals/boost/boost/type.hpp new file mode 100644 index 000000000..4a1f75002 --- /dev/null +++ b/Externals/boost/boost/type.hpp @@ -0,0 +1,18 @@ +// (C) Copyright David Abrahams 2001. +// 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) + +#ifndef BOOST_TYPE_DWA20010120_HPP +# define BOOST_TYPE_DWA20010120_HPP + +namespace boost { + + // Just a simple "type envelope". Useful in various contexts, mostly to work + // around some MSVC deficiencies. + template + struct type {}; + +} + +#endif // BOOST_TYPE_DWA20010120_HPP -- 2.11.0