From 32d4581c1689370444f2e565cfbb8421d5071807 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 3 Sep 2018 15:42:43 -0500 Subject: [PATCH] Deprecation message for detail endian headers. --- include/boost/predef/detail/endian_compat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/predef/detail/endian_compat.h b/include/boost/predef/detail/endian_compat.h index 7725e68..421064e 100644 --- a/include/boost/predef/detail/endian_compat.h +++ b/include/boost/predef/detail/endian_compat.h @@ -1,5 +1,5 @@ /* -Copyright Rene Rivera 2013 +Copyright Rene Rivera 2013-2018 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -8,6 +8,8 @@ http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_PREDEF_DETAIL_ENDIAN_COMPAT_H #define BOOST_PREDEF_DETAIL_ENDIAN_COMPAT_H +#pragma message("The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include and use BOOST_ENDIAN_*_BYTE instead") + #include #if BOOST_ENDIAN_BIG_BYTE