broken_compiler_spec.hpp 724 B

123456789101112131415161718192021
  1. // (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
  2. // Use, modification and distribution are subject to the Boost Software License,
  3. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt).
  5. //
  6. // See http://www.boost.org/libs/type_traits for most recent version including documentation.
  7. #ifndef BOOST_TT_BROKEN_SPEC_HPP_INCLUDED
  8. #define BOOST_TT_BROKEN_SPEC_HPP_INCLUDED
  9. //
  10. // This header is deprecated and no longer used by type_traits:
  11. //
  12. #if defined(__GNUC__) || defined(_MSC_VER)
  13. # pragma message("NOTE: Use of this header (boost/type_traits/broken_compiler_spec.hpp) is deprecated")
  14. #endif
  15. #endif // BOOST_TT_CONFIG_HPP_INCLUDED