Put out correct deprecated message.

This commit is contained in:
Edward Diener
2015-03-31 00:35:50 -04:00
parent 17885c80f1
commit 65ac4ddc5a

View File

@@ -15,7 +15,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 (bool_trait_def.hpp) is deprecated")
#endif
#include <boost/type_traits/detail/template_arity_spec.hpp>