From 55d037093bc715d3cf5682f6f84c3dc3456a3b97 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 3 Jun 2023 02:25:23 +0300 Subject: [PATCH] Update C++03 deprecation message --- include/boost/bind/detail/requires_cxx11.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/bind/detail/requires_cxx11.hpp b/include/boost/bind/detail/requires_cxx11.hpp index e78d8f9..a104d06 100644 --- a/include/boost/bind/detail/requires_cxx11.hpp +++ b/include/boost/bind/detail/requires_cxx11.hpp @@ -15,7 +15,7 @@ defined(BOOST_NO_CXX11_NOEXCEPT) || \ defined(BOOST_NO_CXX11_HDR_FUNCTIONAL) -BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Bind 1.82 and will be removed in Boost.Bind 1.84.") +BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Bind 1.82 and will be removed in Boost.Bind 1.84. Please open an issue in https://github.com/boostorg/bind if you want it retained.") #endif