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