From 186b9c66deccc6526dba83a2bdebedc35de5e913 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 18 Oct 2023 14:00:38 +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 a104d06..600f58f 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 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.") +BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Bind 1.82 and will be removed in Boost.Bind 1.85.") #endif