From 8c654f75a36a4a2cdbc1f79f4e120e1fba856ac4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 3 Jun 2023 02:31:59 +0300 Subject: [PATCH] Update C++03 deprecation message --- include/boost/typeof/detail/requires_cxx11.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/typeof/detail/requires_cxx11.hpp b/include/boost/typeof/detail/requires_cxx11.hpp index e58b160..05708c6 100644 --- a/include/boost/typeof/detail/requires_cxx11.hpp +++ b/include/boost/typeof/detail/requires_cxx11.hpp @@ -11,7 +11,7 @@ #if defined(BOOST_NO_CXX11_DECLTYPE) || \ defined(BOOST_NO_CXX11_TEMPLATE_ALIASES) -BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Typeof 1.82 and will be removed in Boost.Typeof 1.84.") +BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Typeof 1.82 and will be removed in Boost.Typeof 1.84.") #endif