summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/function/include
diff options
context:
space:
mode:
authorrobot-contrib <[email protected]>2023-08-15 10:26:08 +0300
committerrobot-contrib <[email protected]>2023-08-15 13:01:45 +0300
commit1db49fdc7415c8a0d33c161e75d4ebc121722fff (patch)
treeb74f4cc6c83b436da2495fe3f20abf807e8cbb19 /contrib/restricted/boost/function/include
parent32a83973356e58bf01ba01f8e73eccbd9b121d58 (diff)
Update contrib/restricted/boost/function to 1.83.0
Diffstat (limited to 'contrib/restricted/boost/function/include')
-rw-r--r--contrib/restricted/boost/function/include/boost/function/detail/requires_cxx11.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/function/include/boost/function/detail/requires_cxx11.hpp b/contrib/restricted/boost/function/include/boost/function/detail/requires_cxx11.hpp
index a68da218c45..a2da96ca631 100644
--- a/contrib/restricted/boost/function/include/boost/function/detail/requires_cxx11.hpp
+++ b/contrib/restricted/boost/function/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 is deprecated in Boost.Function 1.82 and will be removed in Boost.Function 1.84.")
+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.")
#endif