From 1f96f4732a743eb4f39fa937016bfcf2260e256f Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 24 Jan 2015 18:16:31 +0000 Subject: [PATCH] Add back old deprecated header. --- .../type_traits/broken_compiler_spec.hpp | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 include/boost/type_traits/broken_compiler_spec.hpp diff --git a/include/boost/type_traits/broken_compiler_spec.hpp b/include/boost/type_traits/broken_compiler_spec.hpp new file mode 100644 index 0000000..030840f --- /dev/null +++ b/include/boost/type_traits/broken_compiler_spec.hpp @@ -0,0 +1,21 @@ + +// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000. +// Use, modification and distribution are subject to 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/type_traits for most recent version including documentation. + +#ifndef BOOST_TT_BROKEN_SPEC_HPP_INCLUDED +#define BOOST_TT_BROKEN_SPEC_HPP_INCLUDED + +// +// This header is deprecated and no longer used by type_traits: +// +#if defined(__GNUC__) || defined(_MSC_VER) +# pragma message("NOTE: Use of this header (boost/type_traits/broken_compiler_spec.hpp) is deprecated") +#endif + +#endif // BOOST_TT_CONFIG_HPP_INCLUDED + +