Put out correct deprecated message.

This commit is contained in:
Edward Diener
2015-03-31 00:39:14 -04:00
parent 65ac4ddc5a
commit eff5109f0c

View File

@ -10,7 +10,7 @@
// This header is deprecated and no longer used by type_traits:
//
#if defined(__GNUC__) || defined(_MSC_VER)
# pragma message("NOTE: Use of this header (ice_and.hpp) is deprecated")
# pragma message("NOTE: Use of this header (template_arity_spec.hpp) is deprecated")
#endif
# define BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(i, name) /**/