1// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
2
3// Copyright Aleksey Gurtovoy 2002-2004
4//
5// Distributed under the Boost Software License, Version 1.0.
6// (See accompanying file LICENSE_1_0.txt or copy at
7// http://www.boost.org/LICENSE_1_0.txt)
8
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 (template_arity_spec.hpp) is deprecated")
14#endif
15
16# define BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(i, name) /**/
17

source code of boost/boost/type_traits/detail/template_arity_spec.hpp