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