From ac0381f0b89dd0d235523ae626c6a8cfd2d08f19 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 18 Oct 2023 14:12:02 +0300 Subject: [PATCH] Update C++03 deprecation message --- include/boost/smart_ptr/detail/requires_cxx11.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/smart_ptr/detail/requires_cxx11.hpp b/include/boost/smart_ptr/detail/requires_cxx11.hpp index 732cc40..fd719c8 100644 --- a/include/boost/smart_ptr/detail/requires_cxx11.hpp +++ b/include/boost/smart_ptr/detail/requires_cxx11.hpp @@ -16,7 +16,7 @@ defined(BOOST_NO_CXX11_NULLPTR) || \ defined(BOOST_NO_CXX11_SMART_PTR) -BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.84. Please open an issue in https://github.com/boostorg/smart_ptr if you want it retained.") +BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.85.") #endif