forked from boostorg/type_traits
Put out correct deprecated message.
This commit is contained in:
@ -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) /**/
|
||||
|
Reference in New Issue
Block a user