template_arity_spec.hpp 535 B

12345678910111213141516
  1. // NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
  2. // Copyright Aleksey Gurtovoy 2002-2004
  3. //
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // (See accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt)
  7. //
  8. // This header is deprecated and no longer used by type_traits:
  9. //
  10. #if defined(__GNUC__) || defined(_MSC_VER)
  11. # pragma message("NOTE: Use of this header (template_arity_spec.hpp) is deprecated")
  12. #endif
  13. # define BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(i, name) /**/