From 9d071a3c4085a6893be8d3d984facdd47727ceff Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 3 Jun 2023 02:28:53 +0300 Subject: [PATCH] Update C++03 deprecation message --- include/boost/endian/detail/requires_cxx11.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/endian/detail/requires_cxx11.hpp b/include/boost/endian/detail/requires_cxx11.hpp index 8230081..8e4d4f7 100644 --- a/include/boost/endian/detail/requires_cxx11.hpp +++ b/include/boost/endian/detail/requires_cxx11.hpp @@ -16,7 +16,7 @@ defined(BOOST_NO_CXX11_SCOPED_ENUMS) || \ defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) -BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Endian 1.82 and will be removed in Boost.Endian 1.84.") +BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Endian 1.82 and will be removed in Boost.Endian 1.84. Please open an issue in https://github.com/boostorg/endian if you want it retained.") #endif