summaryrefslogtreecommitdiff
path: root/boost/type_traits/detail/ice_and.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/type_traits/detail/ice_and.hpp')
-rw-r--r--boost/type_traits/detail/ice_and.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/boost/type_traits/detail/ice_and.hpp b/boost/type_traits/detail/ice_and.hpp
index 8b461b9fff..3ccb03e850 100644
--- a/boost/type_traits/detail/ice_and.hpp
+++ b/boost/type_traits/detail/ice_and.hpp
@@ -11,6 +11,13 @@
#include <boost/config.hpp>
+//
+// 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")
+#endif
+
namespace boost {
namespace type_traits {