From 1f3f971d1ffe3d60c6aa7d30727f76adc7050084 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 12 Oct 2023 01:33:27 +0300 Subject: [PATCH] Update C++03 deprecation message --- include/boost/function/detail/requires_cxx11.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/function/detail/requires_cxx11.hpp b/include/boost/function/detail/requires_cxx11.hpp index a2da96c..8ed947c 100644 --- a/include/boost/function/detail/requires_cxx11.hpp +++ b/include/boost/function/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.Function 1.82 and will be removed in Boost.Function 1.84. Please open an issue in https://github.com/boostorg/function if you want it retained.") +BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Function 1.82 and will be removed in Boost.Function 1.85.") #endif