From c0c62442974ba66dab881fe5f3b2efbee0e9c0d1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 3 Oct 2024 18:15:06 +0300 Subject: [PATCH] Update revision history --- doc/smart_ptr/changelog.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/smart_ptr/changelog.adoc b/doc/smart_ptr/changelog.adoc index d0351e7..0d54839 100644 --- a/doc/smart_ptr/changelog.adoc +++ b/doc/smart_ptr/changelog.adoc @@ -17,6 +17,11 @@ http://www.boost.org/LICENSE_1_0.txt * {cpp}03 is no longer supported, a {cpp}11 compiler is required. This includes GCC 4.8 or later, and MSVC 14.0 or later. +* The functionality enabled by the macros `BOOST_SP_ENABLE_DEBUG_HOOKS`, + `BOOST_SP_USE_STD_ALLOCATOR`, `BOOST_SP_USE_QUICK_ALLOCATOR`, + `BOOST_AC_USE_SPINLOCK`, `BOOST_AC_USE_PTHREADS`, `BOOST_SP_USE_SPINLOCK`, + and `BOOST_SP_USE_PTHREADS` has been deprecated and support for it + will be removed in a future release. ## Changes in 1.79.0