From f8303629f14aff2c17ae6cc3957bbc45f7ce995f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 29 Feb 2024 15:57:41 +0200 Subject: [PATCH] Update requires_cxx11.hpp --- 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 fd719c8..f860bef 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.85.") +BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.86.") #endif