summaryrefslogtreecommitdiff
path: root/boost/type_traits/detail/ice_or.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/type_traits/detail/ice_or.hpp')
-rw-r--r--boost/type_traits/detail/ice_or.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/boost/type_traits/detail/ice_or.hpp b/boost/type_traits/detail/ice_or.hpp
index f88d9f6aec..ea523c808a 100644
--- a/boost/type_traits/detail/ice_or.hpp
+++ b/boost/type_traits/detail/ice_or.hpp
@@ -10,6 +10,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_or.hpp) is deprecated")
+#endif
+
namespace boost {
namespace type_traits {